button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;

  font-weight: 550;
}

.custom-sponsor-container img {
  width: 100%;
  height: auto;
}

.textarea-normal {
  white-space: normal;
}

.textarea-pre {
  white-space: pre;
}


.textarea-pre-line {
  white-space: pre-line;
}

.textarea-pre-wrap {
  white-space: pre-wrap;
}

.avatar {
  aspect-ratio: 1;
  object-fit: cover;
}

.font-italic {
  font-style: italic;
}

.round-full-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.caption-secondary {
  background-color: #6c757d;

  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.text-strike {
  text-decoration: line-through;
}

strike {
  text-decoration-thickness: 2px;
}

.shadow-large {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
}
.rounded-large {
  border-radius: 15px !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;

  border-radius: 0.25rem;
  border: 1px solid rgba(111, 111, 111, 0.125);
}

.card-inner {
  padding: 1rem;
}

.card iframe {
  max-width: 100% !important;
}

.card-top {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem 1.25rem 0.8rem 1.25rem;
}

.post-card h3,
.post-card h3 a {
  font-weight: bold;
  font-size: 1.06em;
  line-height: 1.26;
  overflow: hidden;
}

.post-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.post-card h3.long-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post-link-style {
  color: hsl(206, 100%, 40%);
}

.post-link-style:hover {
  color: hsl(206, 100%, 52%);
  text-decoration: underline;
}

.post-link-guest-style {
  color: gray;
}

.post-link-guest-style:hover {
  color: gray;
  text-decoration: underline;
}

 
.post-domain, .post-domain * {
 
  color: #828282 !important;
  font-weight: 600;
  font-size: 15px;
  
  overflow: hidden;
}

.post-domain a {
  cursor: pointer;
}

.post-domain a:hover {
  text-decoration: none;
  color: inherit;
}

.default-input-style {
  --tw-bg-opacity: 1;
  border-bottom: 1px solid #eee;
}

.rating-input {
  display: none;
}

.lh-17 {
  line-height: 1.7;
}

.border-light {
  border: 1px solid #eee;
}

.w-100 {
  width: 100% !important;
}

.post-image {
  max-height: 500px;
  object-fit: contain;
  object-position: 100% center;
}

.post-img-grid {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -150px 0;
  }
  100% {
    background-position: 150px 0;
  }
}
.media-wrapper {
  background-color: var(--color-media-wrapper);
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  position: relative;
}

@keyframes pulse {
  0% {
    background-color: var(--color-media-wrapper);
  }
  50% {
    background-color: var(--color-pulse-media-wrapper);
  }
  100% {
    background-color: var(--color-media-wrapper);
  }
}
/* ----- MEDIA GRID 1 ------- */
.media-grid-1 .media-wrapper {
  position: relative;
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  display: block;
}

/* ----- MEDIA GRID 2 ------- */
.media-grid-2 {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}

.media-grid-2 .media-wrapper {
  position: relative;
  padding-top: 45%;
  width: 50%;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.media-grid-2 .media-wrapper:nth-child(1),
.media-grid-3 .media-wrapper:nth-child(1) {
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
}

.media-grid-2 .media-wrapper:nth-child(2) {
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
}

.media-grid-2 .media-wrapper:nth-child(2) {
  margin-left: 3px;
}
.media-grid-1,
.media-grid-3,
.media-grid-4,
.media-grid-5 {
  position: relative;
  width: 100%;
  display: table;
  overflow: hidden;
}
/* ----- MEDIA GRID 3 ------- */
.media-grid-3 .media-wrapper:nth-child(1) {
  position: relative;
  padding-top: 70.6%;
  width: calc(50% / 1 - 0px);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
}
.media-grid-3 .media-wrapper:nth-child(2) {
  position: relative;
  padding-top: 35%;
  width: calc(100% / 2 - 3px);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
}
.media-grid-3 .media-wrapper:nth-child(3) {
  position: relative;
  padding-top: 35%;
  width: calc(100% / 2 - 3px);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
}

/* ----- MEDIA GRID 4/5 OR MORE ------- */
.media-grid-4 .media-wrapper:nth-child(1) {
  position: relative;
  padding-top: 50%;
  width: calc(100% / 1 - 0px);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  margin-bottom: 3px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
}
.media-grid-5 .media-wrapper:nth-child(1) {
  position: relative;
  padding-top: 45%;
  width: calc(100% / 2 - 3px);
  float: left;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 3px;
  margin-right: 3px;
}
.media-grid-5 .media-wrapper:nth-child(2) {
  position: relative;
  padding-top: 45%;
  width: calc(100% / 2 - 0px);
  float: left;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: 3px;
}
.media-grid-4 .media-wrapper:nth-child(2),
.media-grid-5 .media-wrapper:nth-child(3) {
  position: relative;
  padding-top: 30.3%;
  width: calc(100% / 3 - 0px);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
}
.media-grid-4 .media-wrapper:nth-child(3),
.media-grid-5 .media-wrapper:nth-child(4) {
  position: relative;
  padding-top: 30.3%;
  width: calc(100% / 3 - 3px);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  margin-left: 3px;
}
.media-grid-4 .media-wrapper:nth-child(4),
.media-grid-5 .media-wrapper:nth-child(5) {
  position: relative;
  padding-top: 30.3%;
  width: calc(100% / 3 - 3px);
  overflow: hidden;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
}
.media-grid-4 .media-wrapper:nth-child(1),
.media-grid-4 .media-wrapper:nth-child(2),
.media-grid-4 .media-wrapper:nth-child(3),
.media-grid-4 .media-wrapper:nth-child(4) > img,
.media-grid-4 .media-wrapper:nth-child(5) > img {
  z-index: 2;
}

.more-media {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.more-media h2 {
  line-height: 1.8;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  color: #fff !important;
  z-index: 5;
  font-weight: 800 !important;
  font-size: 2rem;
}

.max-w-1600 {
  max-width: 1600px;
}

.browse-post-categories button:not(:first-child) {
  margin-left: 0.75rem;
}

.browse-post-tag-container a:not(:first-child) {
  margin-left: 0.75rem;
}

.browse-post-tag-container a {
  color: #145fe1;
}

.browse-post-tag-container a:hover,
.browse-post-tag-container a.active {
  color: #0f4eae;
}

.browse-post-tag-container a.active .browse-tag-title {
  text-decoration: underline;
  font-weight: bold;
}

.browse-post-tag-child-container a:not(:first-child) {
  margin-left: 0.75rem;
}

.browse-post-tag-child-container a {
  color: gray;
}

.browse-post-tag-child-container a:hover,
.browse-post--tagchild-container a.active {
  color: black;
}

.browse-post-tag-child-container a.active .browse-tag-title {
  text-decoration: underline;
  font-weight: bold;
}

.bottom-subscribe-btn {
  font-size: 0.65rem;
  bottom: 15px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  z-index: 999;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  opacity: 70%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
}

.write-widget,
.scroll-to-top {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 5%;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;

  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
}

.write-widget {
  background-color: #9b68f2;

  bottom: 120px;
}

.write-widget:hover {
  background-color: #7c3aed;
}

.add-post-widget-color {
  background-color: #3c83f6;
}

.add-post-widget-color:hover {
  background-color: #1a8cd8;
}

.scroll-to-top {
  background-color: #3c83f6;
  display: none;
  bottom: 45px;
}

.scroll-to-top:hover {
  background-color: #1a8cd8;
}

.write-widget .write-icon,
.scroll-to-top .scroll-icon {
  color: #ffffff;
  display: inline-block;
}

.write-widget .write-icon {
  font-size: 25px;
}

.scroll-to-top .scroll-icon {
  font-size: 31px;
}

.modal-content .form-check * {
  cursor: pointer;
}

/* alpine initial display */
[x-cloak] {
  display: none !important;
}

/* jquery toast style */
.alert-dismissible .title {
  font-weight: normal !important;
}
.alert-dismissible button {
  display: none !important;
}



.lowercase {
  text-transform: lowercase;
}

.bg-contain {
  background-size: contain !important;
}

.post-text-color {
  color: rgba(15, 20, 25, 1);
}

.paging-current-page {
  color: silver !important;
}

.wire-loading-container {
  height: 20px;
  color: gray;
}

.c-gray {
  color: gray;
}
.c-gray-hover:hover {
  color: gray;
}
.c-red {
  color: red;
}
.c-silver {
  color: silver;
}
.c-blue {
  color: blue;
}

.header-return-link {
  color: silver;
}

.header-return-link:hover {
  color: gray;
}

.header-redeem-link {
  color: silver;
}

.header-redeem-link:hover {
  color: gray;
  
}


:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.MainSpDiv {
  font-size: 0.8rem;
  color: gray;
}

.sponsor-div {
  font-size: 0.8rem;
  color: gray;
}
.sponsor-div img {
  width: 100%;
  height: auto;
}

.post-quick-buy-btn {
  font-size: 0.66rem;
  padding: 0.15rem 0.4rem;
}
.text-90-percent {
  font-size: 90%;
}
.text-85-percent {
  font-size: 85%;
}
.text-75-percent {
  font-size: 75%;
}
.text-70-percent {
  font-size: 70%;
}
.text-65-percent {
  font-size: 65%;
}

ul.drag-photo-container .photo-element {
  min-width: 6rem;
}

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

.underline {
  text-decoration: underline;
}

.hover-no-underline:hover {
  text-decoration: none;
}

.hover-gray:hover {
  color: gray;
}

.children-container {
  min-height: 40px;
}

.cart-container ul li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.cart-image-carousel {
  min-height: 640px;
}

.browse-category {
  background-color: #f1f2f5;
}

.category-link {
  background-color: #f8f9fa;
}

.wrap-collection {
  margin-bottom: 16px;
  padding-bottom: 70%;
  position: relative;
}
.grid-collection {
  border-radius: 6px;
  display: flex;
  height: 100%;
  overflow: hidden;
  perspective: 1px;
  position: absolute;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.collection-1 {
  background: #f4f5f5;
  width: 70%;
  position: relative;
}
.img-collection {
  object-fit: contain;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.collection-right {
  display: flex;
  flex-direction: column;
  margin-left: 2px;
  width: 30%;
}
.collection-2 {
  background: #f4f5f5;
  flex-grow: 1;
  position: relative;
}
.collection-2:first-child {
  margin-bottom: 2px;
}
.collection-title {
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.padlock {
  font-size: 12px;
}
.padlock-sm {
  font-size: 20px;
}

.collection-details-page .card-top {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.8rem 1rem 0.5rem 1rem;
  font-size: 0.8rem;
}

.collection-details-page .card-top .post-avatar-container {
  height: 36px;

  width: 36px;
  min-width: 36px;
  min-height: 36px;
}

.collection-details-page .card-top .post-avatar-container img {
  height: 32px;

  width: 32px;
}

.collection-details-page .card-top .text-sm {
  font-size: 0.7rem;
}

.collection-details-page .post-header-collection-add {
  margin-top: 0 !important;
}

.collection-details-page .post-header-collection-add {
  margin-top: 0 !important;
}

.collection-details-page .post-header-options {
  margin-bottom: 0.5rem !important;
}

ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -10px;
}
ul.dashed > li:before {
  content: "- ";
}

.flex-one-line-eclipse {
  display: block;
  display: -webkit-box;
  max-width: 100%;

  line-height: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.browse-post-container {
  min-height: 900px;
}
.postsList,
.browse-collection-container,
.collection-details-page {
  min-height: 900px;
}
 
.twitch-embed-container {
  min-height: 700px;
}

.empty-container {
  margin-top: 200px;
}

.rating-original-input {
  visibility: hidden;
}

.ol-list-style {
  list-style: auto !important;
}
