video, img {
  max-width: 100%;
}

.icon.icon-paste {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1.5H11.1434C11.0932 1.49995 11.0442 1.48478 11.0027 1.45646C10.9612 1.42815 10.9293 1.388 10.9109 1.34125C10.8149 1.09371 10.6463 0.880946 10.4273 0.730837C10.2082 0.580728 9.94897 0.50027 9.68344 0.5H6.31656C6.05103 0.50027 5.79177 0.580728 5.57274 0.730837C5.35371 0.880946 5.18513 1.09371 5.08906 1.34125C5.07073 1.388 5.03875 1.42815 4.99728 1.45646C4.95581 1.48478 4.90678 1.49995 4.85656 1.5H4.5C3.96957 1.5 3.46086 1.71071 3.08579 2.08579C2.71071 2.46086 2.5 2.96957 2.5 3.5V13.5C2.5 14.0304 2.71071 14.5391 3.08579 14.9142C3.46086 15.2893 3.96957 15.5 4.5 15.5H11.5C12.0304 15.5 12.5391 15.2893 12.9142 14.9142C13.2893 14.5391 13.5 14.0304 13.5 13.5V3.5C13.5 2.96957 13.2893 2.46086 12.9142 2.08579C12.5391 1.71071 12.0304 1.5 11.5 1.5ZM9.99594 3.5H6.00406C5.87145 3.5 5.74428 3.44732 5.65051 3.35355C5.55674 3.25979 5.50406 3.13261 5.50406 3C5.50406 2.86739 5.55674 2.74021 5.65051 2.64645C5.74428 2.55268 5.87145 2.5 6.00406 2.5H9.99594C10.1285 2.5 10.2557 2.55268 10.3495 2.64645C10.4433 2.74021 10.4959 2.86739 10.4959 3C10.4959 3.13261 10.4433 3.25979 10.3495 3.35355C10.2557 3.44732 10.1285 3.5 9.99594 3.5Z' fill='%230423EE'/%3E%3C/svg%3E");
}

.icon.icon-clear {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2.25C6.62391 2.25 2.25 6.62391 2.25 12C2.25 17.3761 6.62391 21.75 12 21.75C17.3761 21.75 21.75 17.3761 21.75 12C21.75 6.62391 17.3761 2.25 12 2.25ZM15.75 12.75H8.25C8.05109 12.75 7.86032 12.671 7.71967 12.5303C7.57902 12.3897 7.5 12.1989 7.5 12C7.5 11.8011 7.57902 11.6103 7.71967 11.4697C7.86032 11.329 8.05109 11.25 8.25 11.25H15.75C15.9489 11.25 16.1397 11.329 16.2803 11.4697C16.421 11.6103 16.5 11.8011 16.5 12C16.5 12.1989 16.421 12.3897 16.2803 12.5303C16.1397 12.671 15.9489 12.75 15.75 12.75Z' fill='%23373737'/%3E%3C/svg%3E");
}

li {
  margin-bottom: .5rem;
}

li:last-child {
  margin-bottom: 0;
}

.bi {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

.navbar-language {
  position: relative;
}

.navbar-language .dropdown-menu.show {
  right: 0;
  left: unset;
}

.navbar-language .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #252638;
}

.navbar-language .nav-link .svg-globe {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.navbar-language .nav-link::after {
  content: "";
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6L8 11L3 6' stroke='%23252638' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: inline-block;
}

.hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 16px;
  gap: 24px;
  background: #F5F7FA;
}

.hero form {
  position: relative;
}

.hero h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #16161D;
  text-align: center;
  margin: 0;
  margin-bottom: 8px;
}

.hero h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #49495A;
  text-align: center;
  margin: 0;
  margin-bottom: 24px;
}

.hero .input {
  position: relative;
  font-size: 1em;
  background: -webkit-linear-gradient(0deg,#FF0184,#FF3434);
  padding: 1px;
  display: inline-block;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
}

.hero .input *:not(span) {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  display: inherit;
  border-radius: inherit;
  margin: 0;
  border: none;
  outline: none;
  padding: 6px 6px 6px 12px;
  gap: 8px;
  z-index: 1;
  width: 100%;
  height: 48px;
}

.hero .input span {
  -webkit-transform: scale(0.993, 0.94);
          transform: scale(0.993, 0.94);
  -webkit-transition: opacity .25s, -webkit-transform .5s;
  transition: opacity .25s, -webkit-transform .5s;
  transition: transform .5s, opacity .25s;
  transition: transform .5s, opacity .25s, -webkit-transform .5s;
  opacity: 0;
  position: absolute;
  z-index: 0;
  margin: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
}

.hero .input button {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px 8px 8px;
  gap: 4px;
  width: 78px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #DAE4FF;
  border-radius: 6px;
  height: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0423EE;
}

.hero .input .btn.btn-clear {
  color: #000;
  background: #ececec;
  display: none;
}

.hero .input .btn.btn-clear.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .btn svg {
  width: 24px;
  height: 24px;
}

.hero .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 12px 71px 12px 60px;
  gap: 10px;
  width: 343px;
  height: 48px;
  background: -webkit-linear-gradient(0deg,#FF0184,#FF3434);
  border-radius: 4px;
  border: none;
  width: 100%;
  position: relative;
}

.hero .btn-primary .btntext-loading {
  display: none;
}

.hero .btn-primary.active .btntext-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .btn-primary.active .btntext-calculate {
  display: none;
}

.hero .btntext-calculate, .hero .btntext-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .alert {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(calc(-100% - 5px));
          transform: translateY(calc(-100% - 5px));
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .alert::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffdd57;
  clear: both;
}

.hero .alert.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}

.content .h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #020202;
  margin-top: 2rem;
  margin-bottom: 12px;
}

.content b {
  font-weight: 500;
  color: #000;
}

.feature {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.feature .feature-title {
  margin-bottom: 4rem;
  text-align: center;
}

.feature .feature-title .h2 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #1e2022;
}

.feature .feature-title .feature-desc {
  color: #77838f;
  line-height: 1.7;
  margin-bottom: 0 !important;
}

.feature .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem !important;
}

.feature .feature-item .feature-text {
  margin-left: 24px;
  width: calc(100% - 80px);
}

.feature .feature-item .feature-text h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
  color: #1e2022;
}

.feature .feature-item .feature-text p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #77838f;
  line-height: 1.5;
}

.feature .feature-img {
  max-width: 100%;
  height: auto;
  width: 3.5rem;
}

.feature .feature-img svg {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .navbar-language {
    position: unset;
  }
  .dropdown-menu.show {
    width: 100%;
  }
  .dropdown-menu.show li {
    width: 50%;
    display: inline-block;
  }
}

.title {
  margin-top: 1.2rem;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}

.profile-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 24px;
  background-color: #5555551c;
}

.profile-info .info-box {
  width: calc(100% - 100px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
      grid-template-columns: 1fr 1px 1fr 1px 1fr;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-info .info-box span {
  display: block;
}

.profile-info .info-box .info-count {
  font-weight: 600;
  font-size: 20px;
}

.profile-info .info-box .count-txt {
  font-size: 13px;
  color: #6c757d;
}

.profile-info .info-line {
  background-color: #55555545;
  height: 60%;
}

.alert-story {
  background-color: #feecf0;
  color: #cc0f35;
  border-radius: 0.375em;
  position: relative;
  padding: .5rem .8rem;
  display: none;
}

.username {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 600;
}

.user-bio {
  color: #6c757d;
  font-size: 14px;
}

.breadcrumb a {
  text-decoration: none;
  color: #050505;
}

.media-list {
  margin-top: .5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 12px 6px;
}

.media-list .media-item {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}

.media-list .media-item img {
  width: -webkit-fill-available;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.media-list .media-item svg {
  position: absolute;
  top: 8px;
  right: 8px;
}

.media-list .media-item .btn {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  padding: 4px 4px;
  line-height: 1.2;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}

.story-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin-bottom: 44px;
  margin-bottom: .5rem;
}

.story-list::-webkit-scrollbar {
  height: 6px;
  background-color: #F5F5F5;
}

.story-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

.story-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e4e4e4));
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

.story-list::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.story-list::-webkit-scrollbar-thumb:active {
  background: -webkit-gradient(linear, left top, right top, from(#22ADD4), to(#1E98BA));
  background: linear-gradient(left, #22ADD4, #1E98BA);
}

.story-item {
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: .8rem;
}

.story-item .story-thumb {
  width: 68px;
  height: 68px;
  border: 1px solid #d0d6dd;
  border-radius: 50%;
  padding: 3px;
}

.story-item img {
  width: 100%;
  height: 100% !important;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.viewer-modal.show .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}

.viewer-modal.show .modal-content {
  height: 100%;
}

.viewer-modal.show .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1c1b1b;
}

.viewer-modal.show .modal-body img {
  width: 100%;
}

.viewer-modal.show .modal-file {
  margin: auto;
}

.viewer-modal.show .modal-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}

.viewer-modal.show .modal-menu img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.viewer-modal.show .modal-menu .modal-menu-right {
  margin-right: 1rem;
}

.viewer-modal.show .modal-menu .btn {
  padding: 4px 12px;
  line-height: initial;
  font-size: 14px;
  border-radius: 4px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@media (min-width: 768px) {
  .hero {
    padding-bottom: 2rem;
    padding-top: 4rem;
  }
  .story-item .story-thumb {
    width: 100px;
    height: 100px;
  }
  .story-list::-webkit-scrollbar {
    height: 8px;
  }
  .media-list {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
}
/*# sourceMappingURL=style.css.map */