@keyframes loading {
  to {
    background-position-x: -200%;
  }
}

* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("https://reetags.com/dashboard/dist/fonts/Euclid_Flex/Euclid_Flex.ttf");
}

.body {
  font-family: "Jost", sans-serif;
  display: grid;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}



.container {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-self: center;
  position: relative;
}

.title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  line-height: 1.5;
  font-family: "Euclid Flex";
}

.arrow {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0000004d;
  margin: auto;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 1.6125rem;
  bottom: 0;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.posts-container {
  overflow-x: auto;
  overflow-y: hidden;
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  column-gap: 4.278vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

.post {
  width: calc((100vh - 1.6125rem) / 16 * 9);
  height: calc(100vh - 1.6125rem);
  position: relative;
  display: flex;
}

.post-img {
  width: calc((100vh - 1.6125rem) / 16 * 9);
  height: calc(100vh - 1.6125rem);
  object-fit: cover;
  border-radius: 5px;
}

.post-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000cc, #54545400);
  border-radius: 5px;
  padding: 10.77%;
  display: grid;
  align-content: end;
}

.products-container {
  display: flex;
}

.product-img {
  width: calc(10.466vh / 5 * 4);
  height: 10.466vh;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 4.05%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.hide {
  display: none;
}

.post-title {
  width: 100%;
  display: none;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  margin: 6.35% 0%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button {
  display: none;
  background-color: #ffffff33;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 1.38vh;
  font-family: "Jost", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.post:focus {
  outline: none;
}

.post:focus .button {
  border: 2px solid #ffffff;
}

.button-icon {
  height: auto;
  width: 10%;
  margin-right: 0.5rem;
}

.icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 13.71%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

#loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.loader {
  border-radius: 5px;
  background-color: #f2f2f2;
}

.loader-title {
  height: 1.3125rem;
  width: calc((100vh - 1.6125rem) / 16 * 9);
  margin-bottom: 0.3rem;
}

.loader-overlay {
  background: none;
}

.loader-product, .loader-post-title, .loader-button {
  box-shadow: none;
  background: linear-gradient(110deg, #e1e1e1, #e4e4e4 35%, #e9e9e9 50%, #e4e4e4 65%, #e1e1e1);
  background-size: 200% 200%;
  animation: 1.5s loading linear infinite;
}

.loader-post-title {
  height: 1.125rem;
  margin: 6.35% 0%;
  border-radius: 5px;
}

.loader-icon {
  visibility: hidden;
}

.loading {
  visibility: hidden;
}

.reetags_scheduled_live_item {
  color: white;
  z-index: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  flex-direction: column;
}

@media (hover: hover) and (pointer: fine) {
  .arrow {
    display: flex;
  }
}

@media (min-height: 245px) and (max-width: 550px) {
  .post-title {
    display: inline-block;
  }

  .button {
    display: flex;
  }
}

@media (min-height: 275px) and (min-width: 550px) {
  .post-title {
    display: inline-block;
  }

  .button {
    display: flex;
  }
}

@media (min-height: 400px) {
  .post-title {
    max-height: 1.3125rem;
    font-size: 0.875rem;
  }

  .button {
    font-size: 0.75;
  }
}

@media (min-width: 550px) {
  .loader-title {
    height: 1.65rem;
    width: calc((100vh - 2.15rem) / 16 * 9);
    margin-bottom: 0.5rem;
  }

  .title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-family: "Euclid Flex";
  }

  .left-arrow, .right-arrow {
    top: 2.15rem;
  }

  .post {
    width: calc((100vh - 2.15rem) / 16 * 9);
    height: calc(100vh - 2.15rem);
  }

  .post-img {
    width: calc((100vh - 2.15rem) / 16 * 9);
    height: calc(100vh - 2.15rem);
  }
}

@media (min-height: 325px) and (min-width: 900px) {
  .hide {
    display: block;
  }
}

@media (min-width: 900px) {
  .post-overlay {
    padding: 8.714%;
  }

  .product-img {
    margin-right: 2.57%;
    width: calc(7.945vh / 5 * 4);
    height: 7.945vh;
  }

  .post-title {
    margin: 7% 0%;
  }

  .button {
    padding: 0.49vw;
  }
}








