/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
@charset "UTF-8";
/* Container chính: Dàn hàng và tạo khoảng cách thoáng */
/* line 2, app/assets/stylesheets/celebrites.scss */
.custom-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

/* line 9, app/assets/stylesheets/celebrites.scss */
.custom-pagination nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: none !important;
}

/* 1. Style cho thẻ <a> và <span> - làm cho chúng chiếm toàn bộ diện tích */
/* line 18, app/assets/stylesheets/celebrites.scss */
.custom-pagination span,
.custom-pagination a {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  vertical-align: top !important;
  flex-shrink: 0 !important;
  /* QUAN TRỌNG: Làm cho thẻ <a> chiếm toàn bộ diện tích của button */
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 12px !important;
  background-color: white !important;
  border: 1px solid #e2e8f0 !important;
  color: #1e293b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 44px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

/* line 46, app/assets/stylesheets/celebrites.scss */
.custom-pagination .page > a {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  vertical-align: top !important;
  flex-shrink: 0 !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 12px !important;
  background-color: white !important;
  border: 1px solid #e2e8f0 !important;
  color: #1e293b !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 44px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}

/* line 71, app/assets/stylesheets/celebrites.scss */
.custom-pagination .page,
.custom-pagination .prev,
.custom-pagination .next,
.custom-pagination .first,
.custom-pagination .last,
.custom-pagination .current {
  all: unset !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
}

/* line 87, app/assets/stylesheets/celebrites.scss */
.custom-pagination span.current,
.custom-pagination span:has(.current) {
  background-color: #4f46e5 !important;
  color: white !important;
  border: 1px solid #4f46e5 !important;
  box-shadow: 0 8px 20px -4px rgba(79, 70, 229, 0.4) !important;
  height: 44px !important;
  border-radius: 12px !important;
  min-width: 44px !important;
  line-height: 44px !important;
  text-align: center !important;
}

/* 4. Hover: Nảy nhẹ lên - style cho thẻ <a> */
/* line 101, app/assets/stylesheets/celebrites.scss */
.custom-pagination a:hover {
  border-color: #4f46e5 !important;
  color: #4f46e5 !important;
  transform: translateY(-2px) !important;
  background-color: #f8fafc !important;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15) !important;
}

/* 5. ẨN NÚT TRUNCATE (DẤU BA CHẤM) THEO Ý EM */
/* line 110, app/assets/stylesheets/celebrites.scss */
.custom-pagination .gap {
  display: none !important;
}
/* line 2, app/assets/stylesheets/footer.sass */
.footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.0975);
  padding: 10pt 20pt;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
}

/* line 14, app/assets/stylesheets/footer.sass */
.footer__box {
  display: flex;
  flex: 1;
  justify-content: center;
}

/* line 19, app/assets/stylesheets/footer.sass */
.footer__box:first-child {
  justify-content: flex-start;
}

/* line 22, app/assets/stylesheets/footer.sass */
.footer__box:last-child {
  justify-content: flex-end;
}

/* line 25, app/assets/stylesheets/footer.sass */
.desktop-footer {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 29, app/assets/stylesheets/footer.sass */
  .footer {
    display: none;
  }
}

@media only screen and (min-width: 1023px) {
  /* line 33, app/assets/stylesheets/footer.sass */
  .desktop-footer {
    display: block;
    padding: 0 50pt 25pt 50pt;
    background: #FAEBD7;
    height: 100px;
    position: fixed;
    width: 100vw;
    bottom: 0;
    z-index: 9999;
  }
  /* line 43, app/assets/stylesheets/footer.sass */
  .desktop-footer .desktop-header-content {
    max-width: 900pt;
    margin: 10pt auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  /* line 51, app/assets/stylesheets/footer.sass */
  .desktop-footer .desktop-footer-icons {
    display: flex;
  }
  /* line 53, app/assets/stylesheets/footer.sass */
  .desktop-footer .desktop-footer-icons > div {
    padding-right: 15pt;
  }
  /* line 56, app/assets/stylesheets/footer.sass */
  .desktop-footer .social-icon {
    width: 25pt;
    height: 25pt;
  }
  /* line 60, app/assets/stylesheets/footer.sass */
  .desktop-footer .social-icons-wrapper {
    display: flex;
  }
  /* line 62, app/assets/stylesheets/footer.sass */
  .desktop-footer .social-icons-wrapper > p {
    margin-right: 5pt;
  }
}
/* line 4, app/assets/stylesheets/general.sass */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* line 7, app/assets/stylesheets/general.sass */
body, html {
  overflow: visible !important;
}

/* line 10, app/assets/stylesheets/general.sass */
a {
  text-decoration: none !important;
}

/* line 13, app/assets/stylesheets/general.sass */
.card, .card-body {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* line 19, app/assets/stylesheets/general.sass */
.icon-purple path {
  fill: #800080;
}

/* line 22, app/assets/stylesheets/general.sass */
.normal-svg {
  height: 20px;
}

/* line 25, app/assets/stylesheets/general.sass */
.page-wrapper {
  min-height: calc(100vh - 94px);
}

/* line 28, app/assets/stylesheets/general.sass */
.hot-poll-ticker {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  animation: scrollHot 20s linear infinite;
}

/* line 34, app/assets/stylesheets/general.sass */
.hot-poll-item {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

/* line 40, app/assets/stylesheets/general.sass */
#hotPollCarousel .carousel-control-prev,
#hotPollCarousel .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* line 54, app/assets/stylesheets/general.sass */
#hotPollCarousel .carousel-control-prev:hover,
#hotPollCarousel .carousel-control-next:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  transition: all 0.2s ease-in-out;
}

/* line 59, app/assets/stylesheets/general.sass */
#hotPollCarousel .carousel-control-prev-icon,
#hotPollCarousel .carousel-control-next-icon {
  filter: invert(0) brightness(0);
  background-size: 20px 20px;
}

/* line 65, app/assets/stylesheets/general.sass */
.card-body {
  max-height: 80vh;
  overflow-y: auto;
}

/* line 69, app/assets/stylesheets/general.sass */
.main-content-container {
  max-width: 800pt;
  margin: 0 auto 0 auto;
  padding: 70pt;
}

/* line 74, app/assets/stylesheets/general.sass */
.invalid-feedback {
  color: #ed1b2f;
}

/* line 77, app/assets/stylesheets/general.sass */
.zmr-1 {
  margin-right: 1rem;
}

/* line 80, app/assets/stylesheets/general.sass */
.zmt-2 {
  margin-top: 2rem;
}

/* line 83, app/assets/stylesheets/general.sass */
.alert {
  margin-bottom: 0;
}

/* line 86, app/assets/stylesheets/general.sass */
.actions-icon {
  margin-bottom: 15px;
}

/* line 89, app/assets/stylesheets/general.sass */
p, .span {
  word-break: break-word;
}

/* line 95, app/assets/stylesheets/general.sass */
input::placeholder {
  z-index: 999;
}

/* line 98, app/assets/stylesheets/general.sass */
input.form-control {
  background: transparent;
  padding-top: 0;
  height: 45px;
}

/* line 103, app/assets/stylesheets/general.sass */
button, input:focus {
  white-space: nowrap;
}

/* line 105, app/assets/stylesheets/general.sass */
button:focus, input:focus:focus {
  outline: none;
}

/* line 108, app/assets/stylesheets/general.sass */
.normal-text {
  font-size: 14pt;
}

/* line 111, app/assets/stylesheets/general.sass */
.purple-text {
  color: #4f46e5;
}

/* line 114, app/assets/stylesheets/general.sass */
.twink-normal-btn {
  height: 40pt;
  border-radius: 4px;
  border: none;
  color: white;
  text-align: center;
}

/* line 121, app/assets/stylesheets/general.sass */
.twink-btn-cancel {
  background: transparent;
  width: 100pt;
  line-height: 35pt;
  border: 1px solid #4f46e5;
  color: #121212;
}

/* line 127, app/assets/stylesheets/general.sass */
.twink-btn-cancel:focus {
  color: #121212;
}

/* line 130, app/assets/stylesheets/general.sass */
.twink-btn-submit {
  background: #4f46e5;
  width: 140pt;
}

/* line 133, app/assets/stylesheets/general.sass */
.twink-btn-submit:focus, .twink-btn-submit:hover {
  color: whitesmoke;
}

/* line 136, app/assets/stylesheets/general.sass */
a {
  text-decoration: none;
}

/* line 138, app/assets/stylesheets/general.sass */
a:focus {
  outline: none;
  text-decoration: none;
}

/* line 141, app/assets/stylesheets/general.sass */
a:hover {
  outline: none;
  text-decoration: none;
}

/* line 145, app/assets/stylesheets/general.sass */
.medium-icon {
  width: 30pt;
}

/* line 148, app/assets/stylesheets/general.sass */
.large-icon {
  width: 40pt;
  height: auto;
}

/* line 152, app/assets/stylesheets/general.sass */
.small-icon {
  width: 16pt;
  height: auto;
}

/* line 157, app/assets/stylesheets/general.sass */
.heart-btn .small-icon {
  max-height: 20pt;
}

/* line 160, app/assets/stylesheets/general.sass */
.mini-icon {
  width: 13pt;
}

/* line 163, app/assets/stylesheets/general.sass */
.tiny-icon {
  width: 8pt;
}

/* line 166, app/assets/stylesheets/general.sass */
.app-name {
  font-size: 20pt;
}

/* line 169, app/assets/stylesheets/general.sass */
.app-name .content h2 {
  white-space: nowrap;
}

/* line 172, app/assets/stylesheets/general.sass */
input {
  margin: 0;
}

/* line 174, app/assets/stylesheets/general.sass */
input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

/* line 180, app/assets/stylesheets/general.sass */
.new-post textarea {
  height: 120pt;
}

/* line 182, app/assets/stylesheets/general.sass */
.new-post input:focus, .new-post textarea:focus {
  border: 1px solid #4f46e5;
  outline: none;
  box-shadow: none;
}

/* line 187, app/assets/stylesheets/general.sass */
textarea {
  line-height: 12pt;
}

/* line 189, app/assets/stylesheets/general.sass */
textarea:focus {
  outline: none;
  box-shadow: none;
}

/* line 193, app/assets/stylesheets/general.sass */
img {
  object-fit: cover;
}

/* line 196, app/assets/stylesheets/general.sass */
.sub-header {
  display: flex;
  margin-bottom: 10pt;
  align-items: center;
  background-color: white;
}

/* line 202, app/assets/stylesheets/general.sass */
.paginate-container {
  display: flex;
  justify-content: center;
  width: 100vw;
}

/* line 206, app/assets/stylesheets/general.sass */
.paginate-container .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 210, app/assets/stylesheets/general.sass */
.paginate-container .pagination span {
  padding: 0 5pt;
}

/* line 213, app/assets/stylesheets/general.sass */
.avatar-linear-wrapper {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(#ee0979, #ff6a00);
  width: 40pt;
  height: 40pt;
}

/* line 219, app/assets/stylesheets/general.sass */
.sub-header__user-name {
  padding-left: 5pt;
  padding-bottom: 5pt;
}

/* line 223, app/assets/stylesheets/general.sass */
.avatar-simple-wrapper {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  width: 30pt;
  height: 30pt;
}

/* line 229, app/assets/stylesheets/general.sass */
.linear-avatar {
  border-radius: 50%;
  background: white;
  padding: 3pt;
  width: 33pt;
  height: 33pt;
}

/* line 234, app/assets/stylesheets/general.sass */
.simple-avatar {
  border-radius: 50%;
  background: white;
  padding: 3pt;
  width: 28pt;
}

/* line 238, app/assets/stylesheets/general.sass */
.comment-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 242, app/assets/stylesheets/general.sass */
.comment-actions h6 {
  padding: 0;
  margin: 0;
}

/* line 245, app/assets/stylesheets/general.sass */
.comment-actions h6:last-child {
  padding-left: 10pt;
}

/* line 248, app/assets/stylesheets/general.sass */
.heart-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
  position: relative;
  top: -2px;
}

/* line 256, app/assets/stylesheets/general.sass */
#unfollow-btn {
  color: #d9534f;
  border: none;
  background-color: transparent;
  margin: 0;
  width: 100pt;
  display: flex;
  justify-content: center;
  padding-left: 10pt;
  padding-bottom: 6px;
}

/* line 266, app/assets/stylesheets/general.sass */
#unfollow-btn:hover {
  color: red;
}

/* line 269, app/assets/stylesheets/general.sass */
#follow-btn {
  color: #337ab7;
  border: none;
  background-color: transparent;
  margin: 0;
  width: 100pt;
  display: flex;
  justify-content: center;
  padding-left: 20pt;
  padding-bottom: 6px;
}

/* line 279, app/assets/stylesheets/general.sass */
#follow-btn:hover {
  color: #1e90ff;
}

/* line 282, app/assets/stylesheets/general.sass */
input, textarea, select, .uneditable-input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 286, app/assets/stylesheets/general.sass */
#trash-icon {
  width: 8pt;
}

/* line 289, app/assets/stylesheets/general.sass */
#error_explanation {
  color: red;
}

/* line 291, app/assets/stylesheets/general.sass */
#error_explanation ul {
  color: red;
  margin: 0 0 30px 0;
}

/* line 297, app/assets/stylesheets/general.sass */
.field_with_errors .form-control {
  color: red;
}

/* line 301, app/assets/stylesheets/general.sass */
.form-control:focus {
  border-color: transparent;
  box-shadow: none;
  border: 1px solid #bbb;
}

/* line 306, app/assets/stylesheets/general.sass */
.comments-count-text {
  padding-left: 5pt;
  padding-right: 5pt;
  display: inline-block;
}

@media screen and (max-width: 766px) {
  /* line 312, app/assets/stylesheets/general.sass */
  h1 {
    font-size: 24pt;
  }
  /* line 314, app/assets/stylesheets/general.sass */
  .sub-header {
    padding: 10pt 0 10pt 10pt;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
  }
  /* line 319, app/assets/stylesheets/general.sass */
  .users .sub-header {
    border-bottom: none;
  }
}

@media screen and (min-width: 769px) {
  /* line 323, app/assets/stylesheets/general.sass */
  .paginate-container {
    bottom: 0;
    width: 100%;
  }
  /* line 327, app/assets/stylesheets/general.sass */
  .section-container {
    padding-top: 80pt;
  }
}
/* line 5, app/assets/stylesheets/header.sass */
.main-links a {
  color: #4f46e5;
}

/* line 9, app/assets/stylesheets/header.sass */
article h1 {
  text-align: center;
}

/* line 11, app/assets/stylesheets/header.sass */
article p {
  padding-top: 20pt;
}

/* line 14, app/assets/stylesheets/header.sass */
.locale-active-vi {
  display: flex;
}

/* line 16, app/assets/stylesheets/header.sass */
.locale-active-vi .locale-vi a {
  color: #4f46e5;
  font-weight: 700;
  text-decoration: none !important;
}

/* line 21, app/assets/stylesheets/header.sass */
.locale-active-en {
  display: flex;
}

/* line 23, app/assets/stylesheets/header.sass */
.locale-active-en .locale-en a {
  color: #4f46e5;
  font-weight: 700;
  text-decoration: none !important;
}

/* line 28, app/assets/stylesheets/header.sass */
.desktop-header-no-signin {
  display: flex;
  background: none !important;
  border-bottom: none !important;
}

/* line 33, app/assets/stylesheets/header.sass */
.desktop-header-no-signin .desktop-header__wrapper > div {
  justify-content: flex-end;
}

/* line 36, app/assets/stylesheets/header.sass */
.dropdown {
  position: relative;
  display: inline-block;
}

/* line 40, app/assets/stylesheets/header.sass */
ul.posts-menu {
  display: none !important;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10pt 0 10pt 10pt !important;
  background-color: none;
  border: none;
}

/* line 50, app/assets/stylesheets/header.sass */
ul.posts-menu li {
  padding-bottom: 5pt;
}

/* line 53, app/assets/stylesheets/header.sass */
.dropdown:hover .posts-menu {
  display: block !important;
}

/* line 56, app/assets/stylesheets/header.sass */
.posts-btn {
  background: none;
  border: none;
}

/* line 60, app/assets/stylesheets/header.sass */
.normal-header-link {
  padding: 0 20pt;
  white-space: nowrap;
}

/* line 64, app/assets/stylesheets/header.sass */
.app-name {
  height: 50pt;
  width: 30%;
  display: flex;
  align-items: center;
}

/* line 70, app/assets/stylesheets/header.sass */
.app-name .content {
  position: relative;
  left: 50pt;
  text-transform: uppercase;
}

/* line 75, app/assets/stylesheets/header.sass */
.app-name .content h2 {
  color: #fff;
  font-size: 14pt;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 15%;
  margin: 0;
}

/* line 83, app/assets/stylesheets/header.sass */
.app-name .content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #4f46e5;
}

/* line 87, app/assets/stylesheets/header.sass */
.app-name .content h2:nth-child(2) {
  color: #4f46e5;
  animation: animate 4s ease-in-out infinite;
}

/* line 91, app/assets/stylesheets/header.sass */
.desktop-header {
  display: none;
  position: sticky;
  z-index: 9999;
  background-color: white;
  width: 100vw;
  padding: 0 20pt;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
  height: 94px;
  top: 0;
}

/* line 102, app/assets/stylesheets/header.sass */
.desktop-header .search-form-container {
  flex: 1;
}

/* line 105, app/assets/stylesheets/header.sass */
.desktop-header .header-down-icon {
  width: 10pt;
  margin-bottom: 4pt;
  margin-left: 4pt;
}

/* line 110, app/assets/stylesheets/header.sass */
.desktop-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10pt 0;
  max-width: 900pt;
  margin: 0 auto 0 auto;
}

/* line 117, app/assets/stylesheets/header.sass */
.desktop-header__wrapper > div:first-child {
  flex: 1;
  display: flex;
  align-items: center;
}

/* line 121, app/assets/stylesheets/header.sass */
.desktop-header__wrapper ul {
  list-style: none;
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
}

/* line 128, app/assets/stylesheets/header.sass */
.desktop-header__wrapper ul li {
  padding-right: 15pt;
}

/* line 131, app/assets/stylesheets/header.sass */
.desktop-header__wrapper > div:last-child a {
  white-space: nowrap;
}

/* line 135, app/assets/stylesheets/header.sass */
.desktop-header__search {
  border: 1px solid rgba(0, 0, 0, 0.0975);
  height: 35pt;
}

/* line 138, app/assets/stylesheets/header.sass */
.desktop-header__search input {
  border: none;
}

/* line 140, app/assets/stylesheets/header.sass */
.desktop-header__search > div {
  position: relative;
  bottom: 20pt;
  left: 25%;
}

/* line 149, app/assets/stylesheets/header.sass */
.desktop-header input:focus::placeholder {
  color: transparent;
}

/* line 152, app/assets/stylesheets/header.sass */
.desktop-header .search-form {
  display: flex;
  align-items: center;
}

/* line 156, app/assets/stylesheets/header.sass */
.desktop-header .search-icon {
  width: 10pt;
}

/* line 160, app/assets/stylesheets/header.sass */
.desktop-header .search_user_name input {
  height: 32pt;
}

/* line 162, app/assets/stylesheets/header.sass */
.desktop-header .search_user_name input:placeholder {
  padding-bottom: 10pt;
}

/* line 165, app/assets/stylesheets/header.sass */
.desktop-header .search-submit-btn {
  margin-left: 5px;
  margin-bottom: 2px;
  background-color: #4f46e5;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 4px;
  height: 32pt;
  line-height: 15px;
}

/* line 175, app/assets/stylesheets/header.sass */
.desktop-header .search-submit-btn img {
  margin-bottom: 2px;
}

/* line 178, app/assets/stylesheets/header.sass */
.desktop-header .heart {
  position: relative;
  top: 15px;
}

/* line 181, app/assets/stylesheets/header.sass */
.desktop-header .heart:before {
  display: block;
  width: 60px;
  height: 40px;
  content: '';
  background: #4f46e5;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transform: rotate(45deg);
}

/* line 190, app/assets/stylesheets/header.sass */
.desktop-header .heart:after {
  display: block;
  width: 60px;
  height: 40px;
  content: '';
  background: #8A2BE2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: rotate(-45deg) translateY(-18px) translateX(40px);
  position: relative;
}

/* line 201, app/assets/stylesheets/header.sass */
.mobile-header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100vw;
  background-color: white;
  z-index: 9999;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.0975);
  padding: 10pt 20pt;
}

/* line 211, app/assets/stylesheets/header.sass */
.mobile-header__text {
  font-size: 20pt;
}

/* line 213, app/assets/stylesheets/header.sass */
.mobile-header h1 {
  margin: 0;
}

/* line 216, app/assets/stylesheets/header.sass */
.heart {
  position: relative;
  top: 15px;
}

/* line 219, app/assets/stylesheets/header.sass */
.heart:before {
  display: block;
  width: 38px;
  height: 26px;
  content: '';
  background: #8A2BE2;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transform: rotate(45deg);
}

/* line 228, app/assets/stylesheets/header.sass */
.heart:after {
  display: block;
  width: 45px;
  height: 27px;
  content: '';
  background: #8A2BE2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: rotate(-46deg) translateY(-8px) translateX(26px);
  position: relative;
}

@media screen and (min-width: 769px) {
  /* line 240, app/assets/stylesheets/header.sass */
  .mobile-header {
    display: none;
  }
  /* line 243, app/assets/stylesheets/header.sass */
  .desktop-header {
    display: block;
  }
  /* line 246, app/assets/stylesheets/header.sass */
  .desktop-header .form-inline .form-group {
    margin-bottom: -10pt;
  }
  /* line 250, app/assets/stylesheets/header.sass */
  .app-name .content h2 {
    font-size: 30pt;
  }
  @keyframes animate {
    0%,
100% {
      clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
    }
    50% {
      clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
    }
  }
}

@media screen and (min-width: 1023px) {
  /* line 261, app/assets/stylesheets/header.sass */
  .desktop-header {
    padding: 0 50pt;
  }
}

/* line 265, app/assets/stylesheets/header.sass */
.header-container .app-name {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

/* line 273, app/assets/stylesheets/header.sass */
.header-container .app-name .content {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  text-transform: uppercase;
  height: 0;
  min-width: 150px;
}

/* line 283, app/assets/stylesheets/header.sass */
.header-container .app-name .content h2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1, app/assets/stylesheets/home.scss */
.hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 0 20px;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.85), rgba(0, 198, 255, 0.85)), url(/assets/hero-bg.jpg) center/cover no-repeat;
}

/* line 14, app/assets/stylesheets/home.scss */
.btn-gradient {
  background: linear-gradient(90deg, #007bff, #00c6ff);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* line 20, app/assets/stylesheets/home.scss */
#features .feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* line 23, app/assets/stylesheets/home.scss */
#features .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

/* line 28, app/assets/stylesheets/home.scss */
#features .card:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* line 34, app/assets/stylesheets/home.scss */
.cta {
  background: linear-gradient(270deg, #00c6ff, #007bff, #00c6ff);
  background-size: 400% 400%;
  animation: gradientMove 8s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* line 45, app/assets/stylesheets/home.scss */
.vote-btn, .unvote-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  border: none;
  border-radius: 50px;
  font-size: 14px !important;
  padding: 5px 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* line 57, app/assets/stylesheets/home.scss */
.vote-btn {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #fff;
}

/* line 61, app/assets/stylesheets/home.scss */
.vote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(32, 201, 151, 0.4);
}

/* line 66, app/assets/stylesheets/home.scss */
.unvote-btn {
  background: linear-gradient(135deg, #dc3545, #ff6b81);
  color: #fff;
}

/* line 71, app/assets/stylesheets/home.scss */
.unvote-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(220, 53, 69, 0.4);
}

/* line 76, app/assets/stylesheets/home.scss */
.vote-btn i, .unvote-btn i {
  font-size: 16px;
}

/* line 80, app/assets/stylesheets/home.scss */
.tooltip .tooltip-inner {
  font-size: 12px !important;
  font-weight: 500;
  padding: 6px 10px;
}

/* line 86, app/assets/stylesheets/home.scss */
.btn-like {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  font-size: 14px !important;
  color: #495057;
  background: transparent;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 99, app/assets/stylesheets/home.scss */
.btn-like i {
  font-size: 18px;
}

/* line 103, app/assets/stylesheets/home.scss */
.btn-like:hover {
  background-color: #f1f3f5;
  color: #0d6efd;
}

/* line 108, app/assets/stylesheets/home.scss */
.btn-like.liked {
  color: #0d6efd;
}

/* line 111, app/assets/stylesheets/home.scss */
.btn-like.liked i {
  color: #0d6efd;
}

/* line 115, app/assets/stylesheets/home.scss */
.btn-like.liked:hover {
  background-color: rgba(13, 110, 253, 0.1);
}

/* line 122, app/assets/stylesheets/home.scss */
.like-info {
  font-size: 13px;
  color: #6c757d;
  margin-left: 8px;
}

/* line 128, app/assets/stylesheets/home.scss */
.poll-card {
  position: relative;
  margin-top: 20px;
}

/* line 133, app/assets/stylesheets/home.scss */
.vote-badge {
  position: absolute !important;
  top: -20px;
  right: -8px;
  background: #0d6efd;
  padding: 10px !important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: transform 0.2s ease;
  z-index: 9998;
}

/* line 149, app/assets/stylesheets/home.scss */
.poll-card:hover .vote-badge {
  transform: scale(1.05);
}

/* line 154, app/assets/stylesheets/home.scss */
.locale-active-en,
.locale-active-vi {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* line 160, app/assets/stylesheets/home.scss */
.locale-active-en .locale-en a,
.locale-active-en .locale-vi a,
.locale-active-vi .locale-en a,
.locale-active-vi .locale-vi a {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px !important;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #555;
  background-color: #f9f9f9;
  transition: all 0.25s ease;
}

/* line 173, app/assets/stylesheets/home.scss */
.locale-active-en .locale-en a:hover,
.locale-active-en .locale-vi a:hover,
.locale-active-vi .locale-en a:hover,
.locale-active-vi .locale-vi a:hover {
  background-color: #f1f1f1;
  color: #333;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* line 181, app/assets/stylesheets/home.scss */
.locale-active-en.locale-active-en .locale-en a, .locale-active-en.locale-active-vi .locale-vi a,
.locale-active-vi.locale-active-en .locale-en a,
.locale-active-vi.locale-active-vi .locale-vi a {
  background-color: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
  box-shadow: 0 3px 6px rgba(79, 70, 229, 0.25);
}

/* line 190, app/assets/stylesheets/home.scss */
#hotPollCarousel .carousel-control-next {
  right: -20px;
}

/* line 194, app/assets/stylesheets/home.scss */
#hotPollCarousel .carousel-control-prev {
  left: -25px;
}

/* line 198, app/assets/stylesheets/home.scss */
.user-form-container .form-control {
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  background-color: #fafafa;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  box-shadow: none;
}

/* line 208, app/assets/stylesheets/home.scss */
.user-form-container .form-control:focus {
  border-color: #0095f6;
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

/* line 215, app/assets/stylesheets/home.scss */
.feature-icon {
  width: 60px;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* line 225, app/assets/stylesheets/home.scss */
.backdrop-blur-md {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* line 230, app/assets/stylesheets/home.scss */
.linear-border-box {
  --bg-color: #ffffff;
  position: relative;
  border: 2px solid transparent !important;
  background-image: linear-gradient(var(--bg-color), var(--bg-color)), linear-gradient(45deg, var(--zodiac-color-1) 0%, var(--zodiac-color-2) 50%, var(--zodiac-color-1) 100%) !important;
  background-origin: border-box !important;
  background-clip: padding-box, border-box !important;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* line 246, app/assets/stylesheets/home.scss */
.bg-slate-900 .linear-border-box {
  --bg-color: #1e293b;
}

/* line 250, app/assets/stylesheets/home.scss */
.linear-border-box:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

/* line 255, app/assets/stylesheets/home.scss */
.hero-stat-number {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05em;
}

/* line 262, app/assets/stylesheets/home.scss */
.box-stat-label {
  letter-spacing: 0.2em;
  font-family: ui-sans-serif, system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;
}

/* line 267, app/assets/stylesheets/home.scss */
.post-heart-btn {
  width: 16px;
  height: 16px;
}

/* Fix layout for user forms */
/* line 273, app/assets/stylesheets/home.scss */
.user-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  background: url(/assets/bg-new-1-3b6c01f4c253d44bff99a26044cf970e66d072c6a9733eba28a3601a4ce089f6.jpg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* line 285, app/assets/stylesheets/home.scss */
.user-form-container .right-box.log-in-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* line 291, app/assets/stylesheets/home.scss */
.user-form-container .app-name {
  text-align: center;
  display: block;
}

/* line 296, app/assets/stylesheets/home.scss */
.user-form-container .app-name h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1e293b;
}

/* line 303, app/assets/stylesheets/home.scss */
.user-form-container .account-regis-header {
  text-align: center;
  color: #64748b;
  font-size: 14px;
}

/* line 309, app/assets/stylesheets/home.scss */
.user-form-container .form-inputs {
  margin-bottom: 20px;
}

/* line 313, app/assets/stylesheets/home.scss */
.user-form-container .form-actions {
  text-align: center;
}

/* line 317, app/assets/stylesheets/home.scss */
.user-form-container .user-form-submit-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}

/* line 324, app/assets/stylesheets/home.scss */
.user-form-container .devise-error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 334, app/assets/stylesheets/home.scss */
.user-form-container .devise-shared-links {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

/* line 341, app/assets/stylesheets/home.scss */
.user-form-container .devise-shared-links a {
  color: #4f46e5;
  text-decoration: none;
  margin: 0 8px;
  font-size: 14px;
}

/* line 348, app/assets/stylesheets/home.scss */
.user-form-container .devise-shared-links a:hover {
  text-decoration: underline;
}

/* Center the form properly */
@media (max-width: 640px) {
  /* line 354, app/assets/stylesheets/home.scss */
  .user-form-container {
    padding: 10px;
  }
  /* line 358, app/assets/stylesheets/home.scss */
  .user-form-container .right-box.log-in-form {
    max-width: 100%;
  }
}

/* Fix Google OAuth button width */
/* line 364, app/assets/stylesheets/home.scss */
.user-form-container .omniauth-button {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* line 370, app/assets/stylesheets/home.scss */
.user-form-container .mt-6.px-2 {
  padding: 0 !important;
  margin-top: 1.5rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* line 377, app/assets/stylesheets/home.scss */
.user-form-container button[data-turbo="false"] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* line 383, app/assets/stylesheets/home.scss */
.user-form-container [class*="w-full"] {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 1, app/assets/stylesheets/show_follow.sass */
.show_follow {
  max-width: 600pt;
  margin: 0 auto;
  padding: 80pt 20pt 20pt 20pt;
}

/* line 5, app/assets/stylesheets/show_follow.sass */
.show_follow .sub-header {
  border: none;
}

/* line 8, app/assets/stylesheets/show_follow.sass */
.show_follow .users__short-info p {
  padding-left: 5pt;
}
/* line 4, app/assets/stylesheets/general.sass */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

/* line 7, app/assets/stylesheets/general.sass */
body, html {
  overflow: visible !important;
}

/* line 10, app/assets/stylesheets/general.sass */
a {
  text-decoration: none !important;
}

/* line 13, app/assets/stylesheets/general.sass */
.card, .card-body {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* line 19, app/assets/stylesheets/general.sass */
.icon-purple path {
  fill: #800080;
}

/* line 22, app/assets/stylesheets/general.sass */
.normal-svg {
  height: 20px;
}

/* line 25, app/assets/stylesheets/general.sass */
.page-wrapper {
  min-height: calc(100vh - 94px);
}

/* line 28, app/assets/stylesheets/general.sass */
.hot-poll-ticker {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  animation: scrollHot 20s linear infinite;
}

/* line 34, app/assets/stylesheets/general.sass */
.hot-poll-item {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

/* line 40, app/assets/stylesheets/general.sass */
#hotPollCarousel .carousel-control-prev,
#hotPollCarousel .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* line 54, app/assets/stylesheets/general.sass */
#hotPollCarousel .carousel-control-prev:hover,
#hotPollCarousel .carousel-control-next:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  transition: all 0.2s ease-in-out;
}

/* line 59, app/assets/stylesheets/general.sass */
#hotPollCarousel .carousel-control-prev-icon,
#hotPollCarousel .carousel-control-next-icon {
  filter: invert(0) brightness(0);
  background-size: 20px 20px;
}

/* line 65, app/assets/stylesheets/general.sass */
.card-body {
  max-height: 80vh;
  overflow-y: auto;
}

/* line 69, app/assets/stylesheets/general.sass */
.main-content-container {
  max-width: 800pt;
  margin: 0 auto 0 auto;
  padding: 70pt;
}

/* line 74, app/assets/stylesheets/general.sass */
.invalid-feedback {
  color: #ed1b2f;
}

/* line 77, app/assets/stylesheets/general.sass */
.zmr-1 {
  margin-right: 1rem;
}

/* line 80, app/assets/stylesheets/general.sass */
.zmt-2 {
  margin-top: 2rem;
}

/* line 83, app/assets/stylesheets/general.sass */
.alert {
  margin-bottom: 0;
}

/* line 86, app/assets/stylesheets/general.sass */
.actions-icon {
  margin-bottom: 15px;
}

/* line 89, app/assets/stylesheets/general.sass */
p, .span {
  word-break: break-word;
}

/* line 95, app/assets/stylesheets/general.sass */
input::placeholder {
  z-index: 999;
}

/* line 98, app/assets/stylesheets/general.sass */
input.form-control {
  background: transparent;
  padding-top: 0;
  height: 45px;
}

/* line 103, app/assets/stylesheets/general.sass */
button, input:focus {
  white-space: nowrap;
}

/* line 105, app/assets/stylesheets/general.sass */
button:focus, input:focus:focus {
  outline: none;
}

/* line 108, app/assets/stylesheets/general.sass */
.normal-text {
  font-size: 14pt;
}

/* line 111, app/assets/stylesheets/general.sass */
.purple-text {
  color: #4f46e5;
}

/* line 114, app/assets/stylesheets/general.sass */
.twink-normal-btn {
  height: 40pt;
  border-radius: 4px;
  border: none;
  color: white;
  text-align: center;
}

/* line 121, app/assets/stylesheets/general.sass */
.twink-btn-cancel {
  background: transparent;
  width: 100pt;
  line-height: 35pt;
  border: 1px solid #4f46e5;
  color: #121212;
}

/* line 127, app/assets/stylesheets/general.sass */
.twink-btn-cancel:focus {
  color: #121212;
}

/* line 130, app/assets/stylesheets/general.sass */
.twink-btn-submit {
  background: #4f46e5;
  width: 140pt;
}

/* line 133, app/assets/stylesheets/general.sass */
.twink-btn-submit:focus, .twink-btn-submit:hover {
  color: whitesmoke;
}

/* line 136, app/assets/stylesheets/general.sass */
a {
  text-decoration: none;
}

/* line 138, app/assets/stylesheets/general.sass */
a:focus {
  outline: none;
  text-decoration: none;
}

/* line 141, app/assets/stylesheets/general.sass */
a:hover {
  outline: none;
  text-decoration: none;
}

/* line 145, app/assets/stylesheets/general.sass */
.medium-icon {
  width: 30pt;
}

/* line 148, app/assets/stylesheets/general.sass */
.large-icon {
  width: 40pt;
  height: auto;
}

/* line 152, app/assets/stylesheets/general.sass */
.small-icon {
  width: 16pt;
  height: auto;
}

/* line 157, app/assets/stylesheets/general.sass */
.heart-btn .small-icon {
  max-height: 20pt;
}

/* line 160, app/assets/stylesheets/general.sass */
.mini-icon {
  width: 13pt;
}

/* line 163, app/assets/stylesheets/general.sass */
.tiny-icon {
  width: 8pt;
}

/* line 166, app/assets/stylesheets/general.sass */
.app-name {
  font-size: 20pt;
}

/* line 169, app/assets/stylesheets/general.sass */
.app-name .content h2 {
  white-space: nowrap;
}

/* line 172, app/assets/stylesheets/general.sass */
input {
  margin: 0;
}

/* line 174, app/assets/stylesheets/general.sass */
input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

/* line 180, app/assets/stylesheets/general.sass */
.new-post textarea {
  height: 120pt;
}

/* line 182, app/assets/stylesheets/general.sass */
.new-post input:focus, .new-post textarea:focus {
  border: 1px solid #4f46e5;
  outline: none;
  box-shadow: none;
}

/* line 187, app/assets/stylesheets/general.sass */
textarea {
  line-height: 12pt;
}

/* line 189, app/assets/stylesheets/general.sass */
textarea:focus {
  outline: none;
  box-shadow: none;
}

/* line 193, app/assets/stylesheets/general.sass */
img {
  object-fit: cover;
}

/* line 196, app/assets/stylesheets/general.sass */
.sub-header {
  display: flex;
  margin-bottom: 10pt;
  align-items: center;
  background-color: white;
}

/* line 202, app/assets/stylesheets/general.sass */
.paginate-container {
  display: flex;
  justify-content: center;
  width: 100vw;
}

/* line 206, app/assets/stylesheets/general.sass */
.paginate-container .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 210, app/assets/stylesheets/general.sass */
.paginate-container .pagination span {
  padding: 0 5pt;
}

/* line 213, app/assets/stylesheets/general.sass */
.avatar-linear-wrapper {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(#ee0979, #ff6a00);
  width: 40pt;
  height: 40pt;
}

/* line 219, app/assets/stylesheets/general.sass */
.sub-header__user-name {
  padding-left: 5pt;
  padding-bottom: 5pt;
}

/* line 223, app/assets/stylesheets/general.sass */
.avatar-simple-wrapper {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  width: 30pt;
  height: 30pt;
}

/* line 229, app/assets/stylesheets/general.sass */
.linear-avatar {
  border-radius: 50%;
  background: white;
  padding: 3pt;
  width: 33pt;
  height: 33pt;
}

/* line 234, app/assets/stylesheets/general.sass */
.simple-avatar {
  border-radius: 50%;
  background: white;
  padding: 3pt;
  width: 28pt;
}

/* line 238, app/assets/stylesheets/general.sass */
.comment-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 242, app/assets/stylesheets/general.sass */
.comment-actions h6 {
  padding: 0;
  margin: 0;
}

/* line 245, app/assets/stylesheets/general.sass */
.comment-actions h6:last-child {
  padding-left: 10pt;
}

/* line 248, app/assets/stylesheets/general.sass */
.heart-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
  position: relative;
  top: -2px;
}

/* line 256, app/assets/stylesheets/general.sass */
#unfollow-btn {
  color: #d9534f;
  border: none;
  background-color: transparent;
  margin: 0;
  width: 100pt;
  display: flex;
  justify-content: center;
  padding-left: 10pt;
  padding-bottom: 6px;
}

/* line 266, app/assets/stylesheets/general.sass */
#unfollow-btn:hover {
  color: red;
}

/* line 269, app/assets/stylesheets/general.sass */
#follow-btn {
  color: #337ab7;
  border: none;
  background-color: transparent;
  margin: 0;
  width: 100pt;
  display: flex;
  justify-content: center;
  padding-left: 20pt;
  padding-bottom: 6px;
}

/* line 279, app/assets/stylesheets/general.sass */
#follow-btn:hover {
  color: #1e90ff;
}

/* line 282, app/assets/stylesheets/general.sass */
input, textarea, select, .uneditable-input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 286, app/assets/stylesheets/general.sass */
#trash-icon {
  width: 8pt;
}

/* line 289, app/assets/stylesheets/general.sass */
#error_explanation {
  color: red;
}

/* line 291, app/assets/stylesheets/general.sass */
#error_explanation ul {
  color: red;
  margin: 0 0 30px 0;
}

/* line 297, app/assets/stylesheets/general.sass */
.field_with_errors .form-control {
  color: red;
}

/* line 301, app/assets/stylesheets/general.sass */
.form-control:focus {
  border-color: transparent;
  box-shadow: none;
  border: 1px solid #bbb;
}

/* line 306, app/assets/stylesheets/general.sass */
.comments-count-text {
  padding-left: 5pt;
  padding-right: 5pt;
  display: inline-block;
}

@media screen and (max-width: 766px) {
  /* line 312, app/assets/stylesheets/general.sass */
  h1 {
    font-size: 24pt;
  }
  /* line 314, app/assets/stylesheets/general.sass */
  .sub-header {
    padding: 10pt 0 10pt 10pt;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
  }
  /* line 319, app/assets/stylesheets/general.sass */
  .users .sub-header {
    border-bottom: none;
  }
}

@media screen and (min-width: 769px) {
  /* line 323, app/assets/stylesheets/general.sass */
  .paginate-container {
    bottom: 0;
    width: 100%;
  }
  /* line 327, app/assets/stylesheets/general.sass */
  .section-container {
    padding-top: 80pt;
  }
}

/* line 4, app/assets/stylesheets/users.sass */
.user-form-submit-btn {
  width: 100%;
}

/* line 7, app/assets/stylesheets/users.sass */
.user-actions-btns-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* line 10, app/assets/stylesheets/users.sass */
.user-actions-btns-wrapper a {
  margin-right: 10px;
}

/* line 13, app/assets/stylesheets/users.sass */
.user__edit-wrapper {
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/users.sass */
.users {
  position: relative;
  top: 60pt;
  padding: 10pt 20pt;
}

/* line 20, app/assets/stylesheets/users.sass */
.users p {
  font-size: 12pt;
  padding-left: 5pt;
}

/* line 25, app/assets/stylesheets/users.sass */
.users__short-info a:first-child {
  display: flex;
  align-items: center;
}

/* line 29, app/assets/stylesheets/users.sass */
.users__search-result-title {
  margin-bottom: 15pt !important;
  font-size: 16pt;
}

/* line 33, app/assets/stylesheets/users.sass */
.users__short-info {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
  padding-top: 10pt;
  font-size: 10pt;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
}

/* line 42, app/assets/stylesheets/users.sass */
.user-form-container.new,
.user-form-container.login {
  max-width: 900pt;
}

/* line 45, app/assets/stylesheets/users.sass */
.user-form-container.new input,
.user-form-container.login input {
  font-size: 14pt;
}

/* line 47, app/assets/stylesheets/users.sass */
.user-form-container.new input::placeholder,
.user-form-container.login input::placeholder {
  font-size: 14pt;
}

/* line 50, app/assets/stylesheets/users.sass */
.user-form-container.login h1 {
  padding-top: 0;
}

/* line 53, app/assets/stylesheets/users.sass */
.user-form-container.new {
  padding-top: 40pt !important;
}

/* line 55, app/assets/stylesheets/users.sass */
.user-form-container.new .right-box {
  height: 530px;
}

/* line 57, app/assets/stylesheets/users.sass */
.user-form-container.new .new_user {
  padding: 20pt 20pt 0 20pt;
}

/* line 61, app/assets/stylesheets/users.sass */
.user-form-container.login .app-name {
  width: initial;
  padding-left: 0;
}

/* line 65, app/assets/stylesheets/users.sass */
.user-form-container {
  font-family: 'Aref Ruqaa', serif !important;
  display: flex;
  justify-content: center;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

/* line 72, app/assets/stylesheets/users.sass */
.user-form-container .app-name {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

/* line 80, app/assets/stylesheets/users.sass */
.user-form-container .app-name .content {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  text-transform: uppercase;
  height: 22px;
  min-width: 220px;
}

/* line 90, app/assets/stylesheets/users.sass */
.user-form-container .app-name .content h2 {
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 94, app/assets/stylesheets/users.sass */
.user-form-container h1, .user-form-container h4 {
  text-align: center;
}

/* line 96, app/assets/stylesheets/users.sass */
.user-form-container h1 {
  margin: 0;
  padding: 15pt 0 0 0;
}

/* line 99, app/assets/stylesheets/users.sass */
.user-form-container h4 {
  color: #999;
  line-height: 20pt;
}

/* line 102, app/assets/stylesheets/users.sass */
.user-form-container form {
  padding: 20pt 0;
  width: 100%;
  height: 100%;
}

/* line 107, app/assets/stylesheets/users.sass */
.user-form-container .form-check {
  display: flex;
}

/* line 109, app/assets/stylesheets/users.sass */
.user-form-container .form-check .form-check-input {
  width: 20pt;
}

/* line 112, app/assets/stylesheets/users.sass */
.user-form-container .right-box {
  width: 420px;
  max-width: 100%;
  border: 10px solid;
  margin-bottom: 20pt;
  border-image-source: linear-gradient(45deg, #13547a, #80d0c7);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 28px;
}

/* line 124, app/assets/stylesheets/users.sass */
.user-form-container .right-box .content {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: static;
  left: auto;
  text-align: center;
}

/* line 132, app/assets/stylesheets/users.sass */
.user-form-container .right-box .form-control {
  margin-top: 12px !important;
}

/* line 134, app/assets/stylesheets/users.sass */
.user-form-container .right-box input:not(:last-child) {
  box-shadow: none;
  background: #fafafa;
}

/* line 137, app/assets/stylesheets/users.sass */
.user-form-container .right-box input:not(:last-child):focus {
  border: 1px solid gray;
}

/* line 141, app/assets/stylesheets/users.sass */
.user-form-container .right-box > div:last-child p {
  margin: 0;
  padding: 0;
}

/* line 145, app/assets/stylesheets/users.sass */
.user-form-container .left-box {
  display: none;
  position: relative;
  top: 16pt;
}

/* line 149, app/assets/stylesheets/users.sass */
.user-form-container .left-box .under-box {
  width: 250pt;
  position: relative;
}

/* line 153, app/assets/stylesheets/users.sass */
.user-form-container .left-box .under-box img:first-child {
  width: 100%;
  height: 100%;
}

/* line 156, app/assets/stylesheets/users.sass */
.user-form-container .left-box .under-box img:last-child {
  position: absolute;
  width: 195pt;
  left: 35pt;
  top: 62pt;
  height: 300pt;
}

/* line 162, app/assets/stylesheets/users.sass */
.user-form-container .left-box .above-box {
  position: relative;
  right: 171pt;
  width: 250pt;
  top: -17pt;
}

/* line 168, app/assets/stylesheets/users.sass */
.user-form-container .left-box .above-box img {
  width: 100%;
  height: 100%;
}

/* line 175, app/assets/stylesheets/users.sass */
.user-form-container .log-in-form {
  padding: 20pt;
  border: 10px solid;
  border-image-source: linear-gradient(45deg, #008f68, #fae042);
  border-image-slice: 1;
  width: 420px;
  max-width: 100%;
}

/* line 184, app/assets/stylesheets/users.sass */
.user-form-container .log-in-form label {
  margin-bottom: 0 !important;
  font-size: 12pt;
}

/* line 188, app/assets/stylesheets/users.sass */
.user-authenticate-message {
  white-space: nowrap;
  text-align: center;
  font-size: 12pt;
  display: flex;
  justify-content: center;
  color: black;
}

/* line 195, app/assets/stylesheets/users.sass */
.user-authenticate-message a {
  margin-left: 5px;
}

/* line 198, app/assets/stylesheets/users.sass */
.forgot-password-text {
  text-align: center;
  padding: 10pt 0;
  font-size: 12pt;
}

/* line 203, app/assets/stylesheets/users.sass */
.user-show-header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 10pt;
  z-index: 9999;
  background-color: white;
  width: 100vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
  padding: 0 20pt;
}

/* line 214, app/assets/stylesheets/users.sass */
.user {
  text-align: center;
  padding-top: 70pt;
}

/* line 218, app/assets/stylesheets/users.sass */
.user__name-edit-group {
  display: none;
}

/* line 221, app/assets/stylesheets/users.sass */
.user__avatar {
  width: 70pt;
  height: 70pt;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.0975);
}

/* line 227, app/assets/stylesheets/users.sass */
.user__flex-box {
  display: flex;
}

/* line 230, app/assets/stylesheets/users.sass */
.user__zodiac-sign {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

/* line 235, app/assets/stylesheets/users.sass */
.user__photos {
  padding-bottom: 100pt;
  display: grid;
  grid-template-columns: 200pt;
  grid-row-gap: 20pt;
  justify-content: center;
  padding-top: 50pt;
}

/* line 243, app/assets/stylesheets/users.sass */
.user__photos .thumbnail-photo-wrapper .thumbnail-photo {
  width: 200pt;
  height: 150pt;
}

/* line 246, app/assets/stylesheets/users.sass */
.user__photos .thumbnail-photo-wrapper .thumbnail-content {
  display: -webkit-box;
  overflow: hidden;
  height: 100pt;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 258, app/assets/stylesheets/users.sass */
.user__photos .thumbnail-photo-wrapper .thumbnail-content-no-pic-wrapper {
  padding: 10pt;
  background: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 265, app/assets/stylesheets/users.sass */
.user h1 {
  padding-bottom: 10pt;
}

/* line 268, app/assets/stylesheets/users.sass */
.user > div:first-child {
  display: flex;
}

/* line 271, app/assets/stylesheets/users.sass */
.user__info-wrapper {
  padding: 0 20pt;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 277, app/assets/stylesheets/users.sass */
.user__follows {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.0975);
  border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
  max-width: 500pt;
}

/* line 283, app/assets/stylesheets/users.sass */
.user__follows > div {
  padding: 10pt 0;
}

/* line 285, app/assets/stylesheets/users.sass */
.user__follows p {
  font-size: 12pt;
  margin: 0;
  padding-right: 5pt;
}

/* line 290, app/assets/stylesheets/users.sass */
.user__edit-btn {
  padding-left: 20pt;
}

/* line 292, app/assets/stylesheets/users.sass */
.user__edit-btn a {
  background-color: #4f46e5;
  color: white;
  border-radius: 4px;
  padding: 5pt 15pt 8pt 15pt;
}

/* line 298, app/assets/stylesheets/users.sass */
.user .footer-container {
  display: block;
}

/* line 301, app/assets/stylesheets/users.sass */
.user__edit-wrapper {
  display: flex;
  align-items: center;
}

/* line 304, app/assets/stylesheets/users.sass */
.user__edit-wrapper a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 309, app/assets/stylesheets/users.sass */
.user__edit-wrapper a img {
  height: 100%;
  margin-left: 10px;
}

/* line 312, app/assets/stylesheets/users.sass */
.user__edit-wrapper a span {
  border: 1px solid rgba(0, 0, 0, 0.0975);
  padding: 5px 20px;
  border-radius: 5px;
  white-space: nowrap;
}

/* line 318, app/assets/stylesheets/users.sass */
.user__fullname-box {
  display: flex;
  flex-direction: column;
  flex-direction: row;
}

/* line 322, app/assets/stylesheets/users.sass */
.user__fullname-box form {
  position: absolute;
  top: -19pt;
}

/* line 325, app/assets/stylesheets/users.sass */
.user__fullname-box form #user_avatar {
  padding: 27pt 0;
}

/* line 327, app/assets/stylesheets/users.sass */
.user__fullname-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* line 332, app/assets/stylesheets/users.sass */
.user__fullname-box > div p {
  padding-top: 10pt;
}

/* line 335, app/assets/stylesheets/users.sass */
.user__zodiac-wrapper {
  display: flex;
}

/* line 338, app/assets/stylesheets/users.sass */
#sign-up-slideshow, #log-in-slideshow {
  margin: 50px auto;
  position: absolute;
  height: 200pt;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  left: 28pt;
  z-index: 999999999;
  top: 48pt;
}

/* line 348, app/assets/stylesheets/users.sass */
#sign-up-slideshow > div, #log-in-slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

/* line 354, app/assets/stylesheets/users.sass */
#sign-up-slideshow > div img, #log-in-slideshow > div img {
  width: 178pt;
  height: 300pt;
}

/* line 358, app/assets/stylesheets/users.sass */
#user-form-edit-container {
  display: flex;
  flex-direction: column;
}

/* line 362, app/assets/stylesheets/users.sass */
.forgot-password-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}

/* line 367, app/assets/stylesheets/users.sass */
.zodiac-header {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

/* line 371, app/assets/stylesheets/users.sass */
.zodiac-header p {
  width: 300px;
  text-align: left;
  font-weight: bold;
}

/* line 377, app/assets/stylesheets/users.sass */
.zodiac-header .order-th {
  width: 50px !important;
}

/* line 380, app/assets/stylesheets/users.sass */
.zodiacs-wrapper {
  overflow: scroll;
  height: 100vh;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 387, app/assets/stylesheets/users.sass */
.zodiac-row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid lightblue;
}

/* line 393, app/assets/stylesheets/users.sass */
.zodiac-row p.order {
  width: 50px;
}

/* line 395, app/assets/stylesheets/users.sass */
.zodiac-row p {
  width: 300px;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
}

/* line 402, app/assets/stylesheets/users.sass */
.zodiac-row.zodiac-detail {
  align-items: start;
}

@media screen and (max-width: 766px) {
  /* line 406, app/assets/stylesheets/users.sass */
  .users {
    margin: 0 auto;
    top: 80pt;
    width: 520pt;
    width-flex-direction: row;
    width-justify-content: space-between;
    width-align-items: center;
  }
  /* line 415, app/assets/stylesheets/users.sass */
  .user {
    max-width: 900pt;
    margin: 0 auto;
  }
  /* line 423, app/assets/stylesheets/users.sass */
  .user__edit-btn {
    padding-left: 20pt;
  }
  /* line 427, app/assets/stylesheets/users.sass */
  .user__avatar {
    width: 120pt;
    height: 120pt;
    position: relative;
  }
  /* line 432, app/assets/stylesheets/users.sass */
  .user__name-edit-group {
    display: flex;
  }
  /* line 434, app/assets/stylesheets/users.sass */
  .user__name-edit-group h2 {
    white-space: nowrap;
  }
  /* line 438, app/assets/stylesheets/users.sass */
  .user__fullname-box > div {
    flex-direction: column;
  }
  /* line 441, app/assets/stylesheets/users.sass */
  .user__fullname-box > div p {
    margin: 0;
    position: absolute;
    top: 70pt;
    left: 220pt;
    white-space: nowrap;
  }
  /* line 448, app/assets/stylesheets/users.sass */
  .user__photos-title-wrapper {
    display: flex;
    align-items: center;
  }
  /* line 451, app/assets/stylesheets/users.sass */
  .user__photos-title-wrapper img {
    width: 30px;
    height: 30px;
  }
  /* line 455, app/assets/stylesheets/users.sass */
  .user__photos {
    display: grid;
    grid-template-columns: repeat(2, 200pt);
    grid-gap: 20pt;
    justify-items: center;
    overflow-y: scroll;
  }
  /* line 462, app/assets/stylesheets/users.sass */
  .user__follows {
    border: none;
    justify-content: initial;
  }
  /* line 469, app/assets/stylesheets/users.sass */
  .user__follows > div {
    display: flex;
    padding-right: 10pt;
  }
  /* line 479, app/assets/stylesheets/users.sass */
  .user .right-box .content {
    left: auto;
    position: static;
  }
}

@media screen and (min-width: 1023px) {
  /* line 484, app/assets/stylesheets/users.sass */
  .users {
    padding-top: 30pt;
    height: 100vh;
  }
  /* line 488, app/assets/stylesheets/users.sass */
  .users-search {
    padding-top: 30pt;
  }
  /* line 495, app/assets/stylesheets/users.sass */
  .user__photos {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 499, app/assets/stylesheets/users.sass */
  .user__follows > div {
    padding: 10pt 20pt 10pt 0;
    white-space: nowrap;
    width: 125pt;
  }
  /* line 505, app/assets/stylesheets/users.sass */
  .user__follows-vie > div:not(:first-child) {
    width: 150pt !important;
  }
  /* line 508, app/assets/stylesheets/users.sass */
  .user__fullname {
    left: 158pt;
  }
  /* line 512, app/assets/stylesheets/users.sass */
  .user-form-container .left-box {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
  }
  /* line 516, app/assets/stylesheets/users.sass */
  .user-form-container .left-box img {
    width: 500pt;
    height: 100%;
    object-fit: contain;
  }
  /* line 521, app/assets/stylesheets/users.sass */
  .user-form-container .right-box {
    right: 10px;
    background-color: white;
    top: 40px;
  }
  /* line 525, app/assets/stylesheets/users.sass */
  .user-form-container .right-box > div:first-child {
    margin-top: initial !important;
  }
  /* line 527, app/assets/stylesheets/users.sass */
  .user-form-container .log-in-form {
    margin-top: initial;
    z-index: 2;
  }
  /* line 531, app/assets/stylesheets/users.sass */
  .user-form-container.new {
    background: url(/assets/bg-new-1-3b6c01f4c253d44bff99a26044cf970e66d072c6a9733eba28a3601a4ce089f6.jpg);
    max-width: initial;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  /* line 538, app/assets/stylesheets/users.sass */
  .user-form-container.new .new_user {
    padding: 20pt 0 0;
  }
  /* line 541, app/assets/stylesheets/users.sass */
  .user-form-container.login {
    background: url(/assets/bg-new-2-64fbb7b423a1d2ccfcc29513a3e10cdfe6c5a96180a81dff0e588c46b7198eab.jpg);
    max-width: initial;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
