@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

.mobile-header, .mobile-footer {
  display: none;
}

body {
  line-height: 1;
  background: white;
  font-family: "Poppins", sans-serif;
}
body * {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  margin: 0 auto;
  width: 78rem;
}

a {
  text-decoration: none;
  color: black;
  font-family: "Poppins", sans-serif;
}

h1, h2 {
  font-family: "Poppins", sans-serif;
}

.arrow-nav {
  display: none !important;
}

.service-icon-promo {
  padding: 2rem;
  background: white;
  border-radius: 2rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, rgba(241, 241, 241, 0.2117647059), white);
  border: 1px solid rgba(255, 255, 255, 0.7294117647);
  z-index: 9;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  transition: all 0.5s ease;
}
.service-icon-promo img {
  width: 100%;
}
.service-icon-promo.promo-1 {
  bottom: 15px;
  left: 75px;
  padding: 0;
  background: transparent;
  border-radius: 2.3rem;
  box-shadow: 30px 60px 107px 0px rgba(0, 0, 0, 0.05);
}
.service-icon-promo.promo-2 {
  bottom: 340px;
  left: 54px;
  background: linear-gradient(45deg, #0a51c5, #0866ff);
  border-radius: 7rem;
  border: 1px solid #0866ff;
  padding: 2rem;
}
.service-icon-promo.promo-3 {
  background: linear-gradient(45deg, #9146ff, #7613ee);
  bottom: 160px;
  width: 7rem;
  height: 7rem;
  left: 240px;
  border: 1px solid #9146ff;
  padding: 1rem;
}
.service-icon-promo.promo-4 {
  background: linear-gradient(45deg, #151515, #000000);
  border: 1px solid #151515;
  bottom: -50px;
  left: 320px;
}
.service-icon-promo.promo-5 {
  bottom: 30px;
  right: 75px;
  box-shadow: 30px 60px 107px 0px rgba(0, 0, 0, 0.1882352941);
  padding: 1.3rem;
}
.service-icon-promo.promo-6 {
  bottom: 330px;
  right: 70px;
  padding: 1rem;
  width: 7rem;
  height: 7rem;
  background: linear-gradient(45deg, #ffd600, #ff0100, #d800b9);
}
.service-icon-promo.promo-7 {
  background: linear-gradient(45deg, #348ae5, #3bb1f0);
  border: 1px solid #3bb1f0;
  bottom: 150px;
  right: 240px;
  width: 7rem;
  height: 7rem;
  padding: 1rem;
}
.service-icon-promo.promo-8 {
  bottom: -30px;
  right: 340px;
  background: linear-gradient(45deg, #151515, #000000);
  border: 1px solid #151515;
  padding: 1.3rem;
}

.keeper-k {
  position: relative;
  overflow: hidden;
}

#root .promo {
  background: #f6e97a;
}
#root .promo .container {
  padding: 0.5625rem 0;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#root .promo .container img {
  width: 1.25rem;
  margin-right: 0.625rem;
}
#root .promo .container a {
  text-decoration: underline;
  font-weight: 600;
  margin-left: 0.3125rem;
}

.main-content .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.main-content .container.mainpage {
  min-height: 38rem;
  padding-bottom: 2rem;
  justify-content: center;
}
.main-content .container.mainpage > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  text-align: center;
}
.main-content .container.mainpage > div h2 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.main-content .container.mainpage > div h1 {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 25rem;
  font-size: 5.6rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.25rem;
  line-height: 1.2;
  padding-bottom: 1.2rem;
}
.main-content .container.mainpage > div p {
  width: 75%;
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 1.875rem;
  margin-left: 0.3125rem;
}
.main-content .container.mainpage > div a {
  align-items: center;
  background: #121522;
  border-radius: 0.925rem;
  color: #fff;
  display: flex;
  font-size: 0.825rem;
  padding: 0.925rem 1.575rem 0.925rem 1.25rem;
}
.main-content .container.mainpage > div a img {
  margin-right: 0.55rem;
  width: 2rem;
}
.links-list {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 2.3rem;
  margin: 0 auto;
  padding: 2rem;
  width: 72rem;
}

.main-content .container:not(.mainpage) {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 4.5rem;
  padding-bottom: 2.3rem;
  min-height: calc(100vh - 28rem);
}
.main-content .container:not(.mainpage) h1 {
  color: #121212;
  font-size: 2.7rem;
  font-weight: 600;
  margin: 0rem 0 0.85rem;
  text-align: left;
}
.main-content .container:not(.mainpage) .additional {
  margin: 0 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.7;
}

.download-resolution span {
  font-weight: 600;
}

.custom-play {
  border-radius: 1.25rem;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease;
  z-index: 9;
  width: 840px;
  height: 440px;
  overflow: hidden;
  display: flex;
  background: black;
}
.custom-play r video {
  width: 100%;
}

.parsed-player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}
.parsed-player .btn {
  align-items: center;
  background: #000000;
  border-radius: 0.6rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  padding: 1.2375rem 2.25rem;
  transition: all 0.5s ease;
}
.parsed-player .btn img {
  width: 1.25rem;
  opacity: 0.6;
  margin-right: 0.625rem;
}
.parsed-player .btn.download {
  margin-right: 2em;
}
.parsed-player .btn:hover {
  transition: all 0.5s ease;
  background: #3e3e3e;
}

.video {
  display: flex !important;
  justify-content: center;
  width: 840px !important;
  height: 440px !important;
  position: relative;
  margin-inline: auto;
  --theos-main-color: #f6e97a !important;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.player-container > .player-controls-container > .controls {
  display: flex !important;
  gap: 0.5rem !important;
  padding: 0.85rem !important;
  align-items: center !important;
}

.new-keeper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.custom-form {
  border-radius: 0.8rem;
  box-sizing: border-box;
  padding: 2rem 1rem 4rem 1rem;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease;
  width: 70rem;
  z-index: 3;
  text-align: center;
}
.custom-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom-form input {
  background: #fff;
  border: 2px solid #000;
  border-radius: 1.025rem;
  box-sizing: border-box;
  font-size: 1rem;
  margin-bottom: 1.5em;
  outline: none;
  padding: 1.4rem 1.8rem;
  width: 100%;
}
.custom-form .btn {
  align-items: center;
  background: #000000;
  border-radius: 1.025rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  padding: 1.2375rem 2.25rem;
  transition: all 0.5s ease;
}
.custom-form .btn img {
  width: 1.25rem;
  opacity: 0.6;
  margin-right: 0.625rem;
}
.custom-form .btn.download {
  margin-right: 2em;
}
.custom-form .btn:hover {
  transition: all 0.5s ease;
  background: #3e3e3e;
}

.parsed {
  display: flex;
  align-items: center;
  justify-content: center;
}
.parsed .btn {
  min-width: 10rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.main-gradient {
  position: absolute;
  width: 90%;
  height: 70vh;
  left: 5%;
  bottom: 0vh;
  z-index: -1;
  display: none;
  filter: blur(20vh);
  opacity: 0.1;
}
.main-gradient > div:first-child {
  float: left;
  width: 70%;
  height: inherit;
  background: linear-gradient(75.96deg, #FFC83A 13.64%, #FF008A 46.53%, #6100FF 78.88%);
}
.main-gradient > div:last-child {
  float: right;
  width: 30%;
  height: inherit;
  background: linear-gradient(98.29deg, #001AFF 11.75%, #6EE5C2 91.62%);
}

.error-text {
  text-align: center;
  margin: 1.25rem 0 0 0;
  color: #ff0900;
}

.ts-list {
  margin: 0 auto;
}

.contact-container textarea {
  height: 12rem;
}

.list-and {
  width: 100%;
  border-radius: 0.7rem;
  padding: 1rem 1rem;
  resize: none;
  outline: none;
  height: 14rem;
  background: transparent;
  display: block;
}
.list-and::-webkit-scrollbar {
  width: 12px;
}
.list-and::-webkit-scrollbar-track {
  background: transparent;
}
.list-and::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 12px;
  border: 3px solid #e9e4f9;
}

.parsed-playlist {
  display: none;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
.parsed-playlist p {
  background: #000;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: -1rem;
  padding: 0.6rem 2rem;
  position: relative;
}
.parsed-playlist .links-list {
  padding-top: 4rem;
}
.parsed-playlist .links-list .playlist-element {
  align-items: center;
  background: #F3F5FB;
  border-radius: 1.2rem;
  cursor: pointer;
  display: flex;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: hidden;
  padding: 1rem;
  text-overflow: ellipsis;
}
.parsed-playlist .links-list .playlist-element .playlist-link {
  text-wrap: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50rem;
}
.parsed-playlist .links-list .playlist-element p {
  font-size: 0.7rem;
  margin-bottom: 0;
  margin-right: 0.8rem;
  padding: 0.8rem 1rem;
  text-align: center;
  width: 5rem;
  background: #E3E5F1;
  color: #000;
}
.parsed-playlist .links-list .playlist-element .playlist-actions {
  display: flex;
  margin-left: 0.5rem;
}
.parsed-playlist .links-list .playlist-element .playlist-actions a {
  align-content: center;
  align-items: center;
  background: #1E1F22;
  border-radius: 0.7rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 0.8rem;
  height: 2.8rem;
  justify-content: center;
  margin-right: 0.5rem;
  width: 4rem;
}
.parsed-playlist .links-list .playlist-element .playlist-actions a img {
  margin: 0;
}
.parsed-playlist .links-list .playlist-element .playlist-actions a:last-child {
  margin-right: 0;
}
.parsed-playlist .links-list .playlist-element:last-child {
  margin-bottom: 0;
}
.parsed-playlist .links-list .playlist-element img {
  margin-right: 1rem;
  width: 1.2rem;
}
.parsed-playlist.active {
  display: flex;
}

.player-container {
  overflow: hidden;
  border-radius: 0.3125rem;
}

.progress {
  border-radius: 0.8rem;
  position: relative;
  margin: 1rem 0 0rem 0;
  height: 2.7rem;
  overflow-x: hidden;
  width: 100%;
  background: #F0F0F1;
}

.progress-done {
  background: linear-gradient(to left, #DBE6FD, #ECDBFF);
  border-radius: 0.5rem;
  color: #fff;
  display: flex;
  width: 0;
  align-items: center;
  opacity: 1;
  justify-content: center;
  height: 100%;
}

.progress-info {
  font-weight: 600;
  margin: 0 auto;
  position: absolute;
  display: inline-block;
  left: 0;
  width: 1.875rem;
  right: 0;
  font-size: 0.8rem;
  top: 1.1rem;
}

.download-info {
  margin: 0 auto;
  text-align: center;
}

.text-page h1 {
  margin: 0 0 1.25rem 0 !important;
  color: black !important;
  font-size: 2.5rem !important;
}
.text-page p {
  margin: 0.5rem 0;
  line-height: 2;
  font-size: 0.9rem;
}
.text-page h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.download-controls {
  display: flex;
  align-items: center;
  padding-top: 1.3rem;
  justify-content: center;
}
.download-controls button, .download-controls a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background: #121522;
  border-radius: 1.025rem;
  color: #fff;
  font-size: 0.8rem;
  padding: 1.2rem 3.4rem;
  transition: all 0.5s ease;
}
.download-controls button.disabled, .download-controls a.disabled {
  background: #EEEFFF;
  cursor: not-allowed;
  pointer-events: none;
}

.ts-list {
  text-align: center;
  position: relative;
}
.ts-list p {
  background: black;
  border-radius: 0.3rem;
  color: white;
  margin: 0 auto;
  display: inline-table;
  padding: 0.5rem 2rem;
  font-size: 0.9rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
}

.ts-parsed {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 2rem;
  margin: 0 auto;
  padding: 3rem 2rem 4rem2 0.7rem;
  width: 72rem;
  max-height: 50rem;
}
.ts-parsed .list-and {
  font-size: 0.9rem;
  max-height: 30rem;
  height: 25rem;
  overflow-y: auto;
  resize: none;
  display: flex;
  text-align: left;
  flex-direction: column;
  width: 100%;
  border: none;
  padding: 0;
  overflow-x: hidden;
  border-radius: 0;
  font-family: "DM Sans";
}
.ts-parsed .list-and::-webkit-scrollbar {
  width: 12px;
  position: absolute;
  right: 0;
}
.ts-parsed .list-and::-webkit-scrollbar-track {
  background: transparent;
}
.ts-parsed .list-and::-webkit-scrollbar-thumb {
  background-color: #bebbe0;
  border-radius: 10px;
  min-height: 2.7rem;
  border: 3px solid white;
}
.ts-parsed .list-and.no-ws {
  white-space: pre;
  line-height: 2;
}
.ts-parsed span {
  padding: 0.5rem 0 1rem 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  white-space: nowrap;
  height: 2rem;
  max-height: 2rem;
  box-sizing: content-box;
}
.ts-parsed span img {
  max-width: 1rem;
  margin-right: 0.5rem;
}
.ts-parsed p {
  padding: 0;
  background: transparent;
  color: #1E1F22;
  text-align: left;
  line-height: 1.3;
}

.ts-controls {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgb(255, 255, 255);
  margin-top: -4rem;
  padding: 2rem 2.4rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.ts-controls a {
  padding: 1.2rem 2rem;
  font-size: 0.8rem;
  background: black;
  cursor: pointer;
  color: #fff;
  width: 12rem;
  border-radius: 0.6rem;
}

.download-form {
  background: linear-gradient(45deg, #E7EAFF, #E6E9FF);
  border: 1px solid #F2F2F2;
  border-radius: 2.3rem;
  margin: 2rem auto 0;
  padding: 2rem;
  transition: none;
  width: 72rem;
}

.download-top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-top-info .stream-type {
  background: #4870F5;
  color: white;
  padding: 0.5rem;
  margin-right: 0.7rem;
  border-radius: 0.3rem;
}
.download-top-info .stream-size {
  font-weight: 500;
  margin-right: 0.7rem;
}
.download-top-info .stream-segments {
  font-weight: 500;
  margin-right: 0.7rem;
}
.download-top-info .stream-quality {
  font-weight: 500;
}
.download-top-info strong {
  font-weight: 600;
}
.download-top-info > div {
  display: flex;
  align-items: center;
}
.download-top-info .download-info {
  margin: 0;
  background: rgba(255, 255, 255, 0.56);
  padding: 0.5rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  min-width: 11rem;
}
.download-top-info .download-info img {
  max-width: 1rem;
  margin-right: 0.5rem;
}

.download-bottom-info .stream-speed {
  margin: 1rem auto;
  text-align: center;
  font-weight: 600;
}

.faq {
  width: 100%;
}
.faq h2 {
  color: #121212;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
}

.collapse-cards {
  display: flex;
  flex-direction: row;
  margin: 1rem auto 0 auto;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.collapse-cards > div {
  background: #F9FAFE;
  border-radius: 1rem;
  cursor: pointer;
  margin-bottom: 1rem;
  max-width: calc(50% - 1rem);
  padding: 2rem 5rem 2rem 2rem;
  list-style: none;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.collapse-cards > div:after {
  content: "";
  display: block;
  width: 2.8em;
  height: 2.8em;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem;
  position: absolute;
  right: 1.2em;
  box-sizing: border-box;
  top: 1.15em;
}
.collapse-cards > div h5 {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.collapse-cards > div p, .collapse-cards > div ul {
  color: #1e1e1e;
  display: none;
  font-size: 16px;
  margin: 0;
  line-height: 1.7;
}
.collapse-cards > div p, .collapse-cards > div li {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.8;
}
.collapse-cards > div p:last-child, .collapse-cards > div li:last-child {
  margin-bottom: 0;
}
.collapse-cards > div a {
  align-items: center;
  background: #1E1F22;
  border-radius: 0.925rem;
  margin: 1rem 0 0 0;
  color: #fff;
  display: none;
  font-size: 0.925rem;
  padding: 1rem 1.175rem 1rem 0.85rem;
}
.collapse-cards > div a img {
  margin-right: 0.55rem;
  width: 1rem;
}
.collapse-cards > div.active h5 {
  margin-bottom: 30px;
  color: #121212;
}
.collapse-cards > div.active p, .collapse-cards > div.active ul {
  display: block;
  transition: all 0.5s ease;
  max-width: 100%;
  width: 100%;
}
.collapse-cards > div.active:after {
  background-image: url("../img/minus.svg");
  background-size: 1.4rem;
  background-repeat: no-repeat;
  background-position: center;
}
.collapse-cards > div.active a {
  display: inline-flex;
}

.contact-container h1, .contact-container p {
  text-align: left !important;
}
.contact-container p {
  margin-bottom: 2em;
}
.contact-container textarea {
  background: #fff;
  border: 2px solid #000;
  border-radius: 0.6rem;
  box-sizing: border-box;
  font-family: “DM Sans”, sans-serif;
  font-size: 0.95rem;
  margin-bottom: 1.5em;
  width: 40rem;
  outline: none;
  padding: 1.2rem 1.8rem;
}
.contact-container button {
  align-items: center;
  background: #1E1F22;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0;
  padding: 1.5125rem 0.625rem 1.6125rem 0.625rem;
  width: 8.625rem;
  justify-content: center;
  border: none;
  outline: none;
}

.download-information {
  display: flex;
  justify-content: center;
  font-size: 0.8rem;
  gap: 0;
  font-weight: 500;
}
.download-information > p {
  min-width: 8rem;
  text-align: left;
}
.download-information > p span {
  min-width: 4rem;
  display: inline-flex;
  font-weight: 600;
}

#outputlog {
  display: none !important;
}

#output {
  margin: 0 auto;
}

.hls-icon {
  width: 6rem;
  margin-right: 2rem;
}

.download-page .custom-form {
  background: #F7F8FC;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
  padding: 2rem2 0.7rem;
  border: 1px solid #EEF2FF;
  border-radius: 2.7rem;
}
.download-page .additional {
  margin-bottom: 2em !important;
}
.download-page .download-info {
  border-radius: 0.5rem;
  color: black;
  font-size: 0.9rem;
  padding: 0.6rem 0;
  margin: 0;
  display: none;
}

.download-resolution {
  margin-left: 2rem;
}

.playlist-page .custom-form {
  border-radius: 1.25rem;
  box-sizing: border-box;
  padding: 1rem 1rem 4rem 1rem;
  margin: 0rem auto;
  position: relative;
  transition: all 0.5s ease;
  width: 50rem;
  z-index: 9;
}

#time-range p {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #333;
}

.ui-slider-horizontal {
  height: 2.2em;
  background: #242528;
  clear: both;
  border-radius: 6px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 100%;
  font-size: 0.7em;
  display: block;
  border: 4px solid #ffb800;
  border-radius: 6px;
  background: #434447;
}

.ui-slider .ui-slider-handle {
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #ffb800;
  outline: none;
  width: 11px;
  height: 2.25em;
}

#slider-range .ui-slider-handle:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #ffb800;
  width: 11px;
  margin-left: -0.5em;
  height: 2.25em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  border: none;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  border-radius: 2px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -2px;
  background: #353737;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.1em;
  margin-left: -0.2em;
}

.ui-slider a:focus {
  outline: none;
}

#slider-range {
  width: 95%;
  margin: 0 auto;
}

#time-range {
  width: 100%;
}

#startTime, #endTime {
  display: none;
}

.broadcast-page .progress-info {
  font-weight: 600;
  margin: 0 auto;
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  z-index: 999;
  right: 0;
  font-size: 0.8rem;
  top: 0.75rem;
  text-align: center;
}

.shine {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.4;
  left: -100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 2s infinite;
}

@keyframes shine {
  to {
    left: 100%;
  }
}
.trim-page .loading {
  margin: 0 auto 0 auto;
}
.trim-page .custom-play {
  margin: 0 auto 0 auto;
}

.osx-like {
  display: flex;
  margin-top: -4em;
  z-index: 9999;
  position: relative;
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.5019607843);
  height: 4em;
  backdrop-filter: blur(4px);
  padding: 1em;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.osx-like button {
  width: 3em;
  height: 3em;
  border-radius: 6px;
  box-sizing: border-box;
  background: #1E1F22;
  border: none;
  padding: 0.5em;
}
.osx-like button img {
  max-width: 100%;
}

.info-keeper {
  color: #1D293F;
  display: flex;
  margin-bottom: 5em;
}

.info-keeper > div {
  padding: 10px;
  background: white;
  border: 1px solid #EAEFF8;
  border-radius: 20px;
  overflow: hidden;
}

.info-keeper > div:first-child {
  padding: 30px;
  line-height: 1.7;
  width: calc(100% - 15em);
  margin-right: 20px;
  font-size: 0.9rem;
}

.info-keeper > div p:last-child {
  margin-bottom: 0;
}

.info-keeper img {
  width: 440px;
  max-width: 100%;
}

.info-keeper h6, .info-keeper p {
  line-height: 1.3;
  margin-bottom: 1em;
}
.info-keeper h6 {
  font-weight: 600;
}

.install-container {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 4.5rem;
  padding-bottom: 2.3rem;
}
.install-container .additional {
  margin-bottom: 4em !important;
}
.install-container a {
  color: #2211c0;
}
.install-container .chess-item {
  display: flex;
  margin-bottom: 4em;
  justify-content: space-between;
  align-items: center;
  gap: 3em;
}
.install-container .chess-item > div {
  width: 50%;
}
.install-container .chess-item > div img {
  max-width: 100%;
}
.install-container .chess-item h2 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.7em;
}
.install-container .chess-item p {
  line-height: 1.7;
  font-size: 0.9rem;
}

#feedback-form {
  display: flex;
  flex-direction: column;
}

#email-input {
  background: #fff;
  width: 40rem !important;
  border: 2px solid #000;
  border-radius: 0.6rem;
  box-sizing: border-box;
  font-family: “DM Sans”, sans-serif;
  font-size: 0.95rem;
  margin-bottom: 1.5em;
  outline: none;
  padding: 1.2rem 1.8rem;
}

.submitted .success-send {
  display: inline-block;
}

.success-send {
  background: #7c91cf;
  padding: 1em;
  width: 30em;
  border-radius: 0.5em;
  display: none;
  color: white !important;
  margin: 0;
}

.text-event {
  font-size: 0.9rem;
}

.popup-overlay {
  position: fixed;
  pointer-events: none;
  z-index: -1;
  width: 100vw;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  opacity: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.popup-overlay .popup-content {
  width: 30em;
  box-sizing: border-box;
  padding: 4.1em 2.5em 2em 2.5em;
  border-radius: 2.5em;
  background: white;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  transform: translateY(-15vh);
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.popup-overlay .popup-content img.rate-img {
  width: 6.3rem;
  display: block;
  position: absolute;
  z-index: 3;
  left: 187px;
  top: -60px;
}
.popup-overlay .popup-content a {
  align-items: center;
  background: #7571fd;
  border-radius: 0.7rem;
  color: #fff;
  display: flex;
  font-size: 0.85rem;
  cursor: pointer;
  line-height: 0;
  padding: 1.6rem 0.625rem 1.6rem 0.625rem;
  width: 12rem;
  justify-content: center;
  margin: 0 auto 0 auto;
}
.popup-overlay .popup-content a img {
  max-width: 1.3em;
  margin-left: 0.5em;
}
.popup-overlay .popup-content h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: -4px;
}
.popup-overlay .popup-content h3 {
  text-align: center;
  line-height: 2;
  font-size: 0.85rem;
}
.popup-overlay.active {
  z-index: 9999;
  top: 0;
  pointer-events: all;
  animation: fadeInPopup linear forwards 0.2s;
}
@keyframes fadeInPopup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.about-page h2 {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 0.6em;
  margin-top: 1em;
}
.about-page p {
  margin: 0;
  margin-bottom: 1.25em;
}
.about-page h3 {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.about-page ol {
  margin-bottom: 1.5em;
}
.about-page ol li {
  margin-bottom: 1em;
  font-weight: 600;
}
.about-page ol li p {
  font-weight: normal;
}
.about-page .note {
  font-style: italic;
  margin-bottom: 0.5em;
}

.promo-banner {
  background: #000000;
  padding: 10.7em;
  height: 36rem;
  width: 100%;
  position: relative;
  border-radius: 4rem;
  background-image: url("../img/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5.5rem;
}
.promo-banner .promo-banner-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
}
.promo-banner .promo-banner-content img {
  max-width: 8rem;
  margin-bottom: 1rem;
}
.promo-banner .promo-banner-content .services-list-promo div {
  font-size: 16px;
  background: #0f1326;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  position: absolute;
  border-radius: 6rem;
}
.promo-banner .promo-banner-content .services-list-promo div img {
  max-width: 100%;
}
.promo-banner .promo-banner-content .services-list-promo div:first-child {
  left: 90px;
  padding: 0;
  top: 80px;
  width: 5rem;
  height: 5rem;
}
.promo-banner .promo-banner-content .services-list-promo div:nth-child(2) {
  left: 100px;
  bottom: 78px;
  padding: 1.3rem;
  width: 5rem;
  height: 5rem;
}
.promo-banner .promo-banner-content .services-list-promo div:nth-child(3) {
  left: 331px;
  width: 4rem;
  height: 4rem;
  top: 100px;
}
.promo-banner .promo-banner-content .services-list-promo div:nth-child(4) {
  left: 238px;
  top: 297px;
}
.promo-banner .promo-banner-content .services-list-promo div:nth-child(5) {
  right: 234px;
  top: 273px;
  padding: 1.3rem;
}
.promo-banner .promo-banner-content .services-list-promo div:nth-child(6) {
  right: 331px;
  width: 4rem;
  height: 4rem;
  top: 154px;
}
.promo-banner .promo-banner-content .services-list-promo div:nth-child(7) {
  right: 108px;
  bottom: 88px;
  padding: 1.3rem;
  width: 5rem;
  height: 5rem;
}
.promo-banner .promo-banner-content .services-list-promo div:nth-child(8) {
  right: 131px;
  top: 120px;
  padding: 1.3rem;
}
.promo-banner .promo-banner-content h4 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.promo-banner .promo-banner-content p {
  font-size: 0.8rem;
  margin-bottom: 2rem;
  font-weight: 400;
}
.promo-banner .promo-banner-content a {
  align-items: center;
  background: #7558ff;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 0;
  padding: 1.7125rem 0.625rem 1.8125rem 0.625rem;
  width: 12rem;
  justify-content: center;
}

.right-side {
  display: flex;
  font-size: 1.6vmin;
  align-items: center;
  position: absolute;
  right: 2vmin;
  bottom: 2vmin;
}
.right-side .language-list {
  display: none;
  box-sizing: content-box;
  position: absolute;
  bottom: 4.8vmin;
  background: white;
  right: 0vmin;
  z-index: 999;
  border-radius: 9em;
  align-items: center;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.right-side .language-list.active {
  gap: 0.1vmin;
}
.right-side .language-list li {
  padding: 0.85vmin;
  list-style: none;
  margin: 0 !important;
}
.right-side .language-list a {
  font-size: 0.8em !important;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.right-side .language-list a img {
  width: 2.5em;
}
.right-side .language-list.active {
  display: grid;
}
.right-side .language-list-toggle {
  font-size: 1.4vmin;
  margin: 0 0 0 1em;
  cursor: pointer;
  display: flex;
  border-radius: 50px;
  padding: 1vmin 1vmin 1vmin 1vmin;
  flex-direction: row-reverse;
  align-items: center;
}
.right-side .language-list-toggle:hover {
  background: white;
}
.right-side .language-list-toggle.active {
  background: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.right-side .language-list-toggle img {
  width: 2em;
}

footer nav {
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .container, .header-container {
    max-width: 100% !important;
  }
}
.side-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  width: 100%;
  background: #F9FAFE;
  border-radius: 2.7rem;
}
.side-blocks .side-block {
  background: white;
  box-sizing: border-box;
  padding: 2.3rem;
  position: relative;
  border: 0.05rem solid #e1e3eb;
  cursor: pointer;
  border-radius: 2rem;
  width: 100%;
}
.side-blocks .side-block h3 {
  font-size: 1.3rem;
  font-weight: 600;
  max-width: 23rem;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}
.side-blocks .side-block p {
  font-weight: 400;
  max-width: 25rem;
  line-height: 1.7;
  font-size: 0.9rem;
}
.side-blocks .side-block > img {
  max-width: 2.7rem;
  margin-bottom: 1rem;
}
.side-blocks .side-block .arrow-nav {
  width: 2.7rem;
  height: 2.7rem;
  display: block;
  border: 2px solid black;
  box-sizing: border-box;
  padding: 0.9rem;
  border-radius: 50%;
  position: absolute;
  right: 2.3rem;
  top: 14%;
}
.side-blocks .side-block:hover .arrow-nav {
  transition: all 0.2s ease-in-out;
  background: black;
}
.side-blocks .side-block:hover .arrow-nav svg {
  transition: all 0.2s ease-in-out;
  fill: white;
}

.white-section {
  background: #F9FAFE;
  padding: 3rem 0;
}

.install-container h1, .install-container .additional {
  width: 100%;
  text-align: center !important;
}

.download-page h1, .download-page .additional, .broadcast-page h1, .broadcast-page .additional {
  width: 100%;
  text-align: center !important;
}
.download-page .hls-icon, .broadcast-page .hls-icon {
  display: none;
}

footer {
  padding: 5em 1em 4em 1em;
  position: relative;
  z-index: 0;
  background: #f9fafe;
}
footer .main-logo {
  display: flex;
  align-items: center;
  width: 13.625rem;
}

.main-info-keeper {
  width: 100%;
  text-align: center;
}
.main-info-keeper h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  line-height: 2;
}

/* line 1021, ../scss/app.scss */
footer .logo {
  width: 40%;
}

footer .logo img {
  max-width: 2rem;
}

footer .logo span {
  font-size: 1.2rem;
  font-weight: 600;
}

/* line 1028, ../scss/app.scss */
footer .logo p {
  line-height: 1.8;
  font-size: 0.8em;
  max-width: 80%;
  color: #081115;
  margin-top: 1em;
}

/* line 1035, ../scss/app.scss */
footer .logo p strong {
  font-weight: 600;
}

/* line 1041, ../scss/app.scss */
footer .container {
  display: flex;
  justify-content: space-between;
}

/* line 1045, ../scss/app.scss */
footer .container .bottom-menu {
  display: flex;
}

/* line 1048, ../scss/app.scss */
footer .container .bottom-menu ul {
  margin-right: 4em;
}

/* line 1051, ../scss/app.scss */
footer .container .bottom-menu ul:last-child {
  margin-right: 0;
}

/* line 1055, ../scss/app.scss */
footer .container .bottom-menu ul p {
  margin-bottom: 1.5em;
  font-weight: 600;
  color: #0a161f;
}

/* line 1061, ../scss/app.scss */
footer .container .bottom-menu ul li {
  margin-bottom: 1em;
}

/* line 1064, ../scss/app.scss */
footer .container .bottom-menu ul li a {
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: none;
  color: #4a5568;
}

.inner-info-page .faq .collapse-cards {
  margin: 2.5rem auto 0 auto;
}
.inner-info-page .chess-item a {
  margin-top: 1rem;
  align-items: center;
  background: #1E1F22;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0;
  padding: 1.5125rem 0.625rem 1.6125rem 0.625rem;
  width: 10.625rem;
  justify-content: center;
}
@media (max-height: 900px) {
  .inner-info-page .main-content {
    padding-bottom: 5rem;
  }
}

@media (max-height: 900px) {
  .inner-m3u8-page .main-content {
    padding-bottom: 15rem;
  }
}
.inner-m3u8-page h1 {
  margin: 0rem auto 0.85rem !important;
}
.inner-m3u8-page p.additional {
  margin: 0 auto !important;
}
.inner-m3u8-page .custom-form {
  box-shadow: none !important;
}
.inner-m3u8-page .container.m3u8-video {
  min-height: inherit !important;
}

.inner-m3u8-page section.qooly-info .block {
  padding: 0rem 0 4rem 0;
}

.icon-image {
  width: 2.7rem;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 1rem;
  border-radius: 0 !important;
}

.free-tools h1 {
  margin: 0rem 0 1rem !important;
}
.free-tools .chess-item > div img {
  border-radius: 2rem;
}
.free-tools .chess-item {
  background: #F9FAFE;
  padding: 1rem 1rem 1rem2 0.7rem;
  border-radius: 2.7rem;
}

.promo-page .additional {
  max-width: 45%;
}
.promo-page .install-container .chess-faq .chess-item:first-child > div:last-child {
  margin-bottom: 2rem;
}

@media (max-width: 700px) {
  .container {
    max-width: 100% !important;
    padding: 1rem !important;
    box-sizing: border-box;
  }
  .container.mainpage {
    min-height: 28rem !important;
    padding-bottom: 3rem !important;
  }
  .container.mainpage > div:first-child {
    width: 100% !important;
    text-align: center;
  }
  .container.mainpage > div:first-child p {
    text-align: center;
  }
  .container.mainpage > div:first-child a {
    margin: 0 auto;
    display: flex;
  }
  .container.mainpage > div:last-child {
    display: none;
  }
  .main-content .container.mainpage > div h1 {
    font-size: 4rem;
    text-align: center;
  }
  .white-section {
    padding: 1rem 0;
  }
  .white-section .side-blocks {
    display: flex;
    flex-direction: column;
  }
  .promo-banner {
    display: none;
  }
  .collapse-cards {
    margin: 2.5rem auto 0 auto;
  }
  .collapse-cards > div {
    padding: 2rem 5rem 2rem 2rem;
  }
  .custom-form {
    max-width: 100%;
  }
  .promo-page .additional {
    max-width: 100% !important;
  }
  .chess-faq .chess-item {
    flex-direction: column;
  }
  .chess-faq .chess-item > div {
    width: 100% !important;
  }
  .chess-faq .chess-item:nth-child(2), .chess-faq .chess-item:nth-child(4) {
    flex-direction: column-reverse;
  }
  #feedback-form {
    max-width: 100%;
  }
  #feedback-form #email-input {
    width: 100% !important;
  }
  #feedback-form textarea {
    width: 100% !important;
  }
}
.clr-picker {
  display: none !important;
}

.error-popup {
  position: fixed;
  z-index: 999;
  width: 100vw;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  top: 0;
}
.error-popup > div {
  width: 24em;
  text-align: center;
  box-sizing: border-box;
  padding: 2.5em 1em 2em 1em;
  border-radius: 3em;
  background: white;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1rem;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.error-popup > div > img {
  width: 4rem;
  margin-bottom: 0.3rem;
}
.error-popup > div .error-popup-text {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-bottom: 0.4rem;
  color: #373739;
  max-width: 90%;
  margin-top: -0.3rem;
}
.error-popup > div a {
  align-items: center;
  background: #1E1F22;
  border-radius: 0.7rem;
  color: #fff;
  display: flex;
  font-size: 0.85rem;
  cursor: pointer;
  line-height: 0;
  padding: 1.6rem 0.625rem 1.6rem 0.625rem;
  width: 10rem;
  justify-content: center;
  margin: 0 auto 0 auto;
}
.error-popup > div h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0B0B0D;
  font-family: ‘Outfit’, sans-serif;
}

.custom-adb {
  margin: 0 auto 1em auto;
}

.custom-adb img {
  max-width: 100%;
}

.custom-play video {
  width: 100%;
}

.gifzz-add {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(40deg, #DBC3E2 0%, #B1B1EF 100%);
  color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  position: fixed;
  padding-left: 55px;
  top: 20%;
  left: 0px;
}

.gifzz-add img {
  position: absolute;
  left: 0;
  width: 55px;
  height: 55px;
  object-fit: cover;
  z-index: 99;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.gifzz-add p {
  display: none;
  opacity: 0;
  width: 102px;
  font-size: 14px;
  white-space: nowrap;
  word-break: keep-all;
  color: white;
  font-weight: 500;
}

.gifzz-add:hover {
  width: 190px;
}

.gifzz-add:hover p {
  display: block !important;
  animation: fadeIn 0.5s linear forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.chess-faq .chess-item img {
  padding: 10px;
  background: #fafafb;
  border-radius: 20px;
}

#dropOverlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  background: rgba(249, 250, 254, 0.7294117647);
  backdrop-filter: blur(10px);
  text-align: center;
}
#dropOverlay img {
  width: 5rem;
  margin-bottom: 1rem;
}
#dropOverlay h3 {
  font-size: 1.7rem;
}

#dropOverlay.show {
  display: flex;
}

.merge-wrapper {
  width: 80%;
  padding: 1rem;
  margin: 2rem auto 4rem auto;
  border-radius: 2.7rem;
  display: flex;
  background: #F9FAFE;
}
.merge-wrapper .merge-field {
  width: 100%;
  background: #F9FAFE;
  padding: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  border: 1px dashed #DADADA;
}
.merge-wrapper .merge-field .format-icon {
  width: 4rem;
  margin: 0 auto 1rem auto;
}
.merge-wrapper .merge-field .upload-box, .merge-wrapper .merge-field #progressWrap, .merge-wrapper .merge-field #downloadWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.merge-wrapper .merge-field .upload-box.dragover {
  background: #eff6ff;
  border-color: #60a5fa;
}
.merge-wrapper .merge-field .upload-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.merge-wrapper .merge-field .upload-sub {
  font-size: 0.875rem;
  color: #4a5568;
  margin-bottom: 1.3rem;
}
.merge-wrapper .merge-field .upload-btn {
  align-items: center;
  background: #121522;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0;
  margin: 0 auto;
  cursor: pointer;
  padding: 1.7rem 0.625rem 1.7rem 0.625rem;
  width: 10.625rem;
  justify-content: center;
}
.merge-wrapper .merge-field #progressWrap {
  width: 100%;
}
.merge-wrapper .merge-field .progress-bg {
  width: 100%;
  height: 0.5rem;
  background: #e2e2e2;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.merge-wrapper .merge-field .upload-title span {
  color: #5675ec;
}
.merge-wrapper .merge-field #stepAudio .upload-title span {
  color: #4bcd9e;
}
.merge-wrapper .merge-field .progress-bar {
  height: 100%;
  width: 0;
  background: black;
  transition: width 0.2s ease;
}
.merge-wrapper .merge-field .hidden {
  display: none !important;
}

.specific-sections {
  background: #f9fafe;
}
.specific-sections .container {
  display: flex;
  align-items: center !important;
  gap: 1%;
  padding: 2rem !important;
  min-height: auto !important;
  justify-content: space-between !important;
  flex-direction: row !important;
}
.specific-sections .container > .specific-section {
  width: 32%;
  background: white;
  box-sizing: border-box;
  padding: 2.3rem;
  position: relative;
  cursor: pointer;
  border-radius: 2rem;
}
.specific-sections .container > .specific-section .first-one {
  opacity: 1;
}
.specific-sections .container > .specific-section .second-one {
  opacity: 1;
}
.specific-sections .container > .specific-section .third-one {
  opacity: 1;
}
.specific-sections .container > .specific-section img {
  max-width: 2.7rem;
  margin-bottom: 1rem;
}
.specific-sections .container > .specific-section h5 {
  font-size: 1.3rem;
  font-weight: 600;
  max-width: 23rem;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}
.specific-sections .container > .specific-section p {
  font-weight: 400;
  max-width: 25rem;
  line-height: 1.7;
  font-size: 0.9rem;
}

.full-size-faq {
  padding: 6rem 0 !important;
  min-height: auto !important;
}
.full-size-faq .collapse-cards > div.active p {
  padding-top: 1rem;
}
.full-size-faq .collapse-cards {
  flex-direction: column;
}
.full-size-faq .collapse-cards .collapse-card {
  max-width: 100%;
}
.full-size-faq .collapse-cards .collapse-card h5 {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

.inner-m3u8-page .main-content {
  padding-bottom: 2rem;
}
.inner-m3u8-page .white-section {
  background: #F9FAFE;
  padding: 3rem 0;
}
.inner-m3u8-page .white-section .container {
  min-height: auto !important;
}
.inner-m3u8-page .white-section .side-blocks {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.lang-special .main-content .container.mainpage > div h1 {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 25rem;
  font-size: 5rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.25rem;
  line-height: 1.1;
  padding-bottom: 1.4rem;
}
.lang-special .main-content .container.mainpage > div h2 {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.main-content .container:not(.mainpage) .additional.direct-m3u8 {
  margin: 0 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 80%;
}

h2.heading-text {
  text-align: center;
  line-height: 1.8;
  font-size: 2.3rem;
  width: 100%;
  font-weight: 600;
}

.sub-heading {
  text-align: center;
  line-height: 1.8;
  font-size: 1rem;
  width: 100%;
  color: #4a4a4a;
  margin-bottom: 2.7rem;
}

.main-content .promo-section {
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 4rem;
  padding-bottom: 2rem;
  gap: 0.5rem;
  margin: 2.5rem auto 1rem auto;
  background: #ffffff;
  color: #000000;
  border: 0.05rem solid #f4f5f9;
}
.main-content .promo-section h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
.main-content .promo-section p {
  font-size: 0.8rem;
  margin-top: 0.4rem;
}
.main-content .promo-section a {
  margin-top: 1rem;
  border-radius: 0.7rem;
  padding: 1.3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
  text-decoration: none;
  color: #fff;
  user-select: none;
  background: black;
}
.main-content .promo-section a .icon {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
  border-radius: 50%;
  height: 1rem;
}

section.qooly-info {
  position: relative;
}
section.qooly-info .container {
  display: block;
  padding-top: 0 !important;
}
section.qooly-info:before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background: #f9fafe;
  height: 50%;
  z-index: -1;
}
section.qooly-info .block {
  background: white;
  border-radius: 2.3rem;
  padding: 0;
  border: 0.05rem solid #e1e3eb;
}
section.qooly-info .block h2 {
  margin-top: 3.5rem;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 600;
}
section.qooly-info .block .subtitle {
  margin-top: 1.3rem;
  max-width: unset;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  font-weight: 400;
  line-height: 1.7;
  font-size: 1rem;
}
section.qooly-info .block .slider-wrapper {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
section.qooly-info .block .slider {
  margin: 1.5rem 0 2rem 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  position: relative;
}
section.qooly-info .block .slider .fade {
  height: 100%;
  width: 2.3rem;
  position: absolute;
  z-index: 1;
}
section.qooly-info .block .slider .fade:nth-child(1) {
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
}
section.qooly-info .block .slider .fade:nth-child(2) {
  top: 0;
  right: 0;
  background-image: linear-gradient(to left, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
}
section.qooly-info .block .slider .slider-item {
  width: 16rem;
  background: #f9fafe;
  border: 1px solid #eceffb;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.15rem 0.75rem 0.75rem;
  border-radius: 0.8rem;
  flex-shrink: 0;
}
section.qooly-info .block .slider .slider-item .item-icon {
  background: #262626;
  height: 2.3rem;
  width: 2.3rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.qooly-info .block .slider .slider-item .item-icon img,
section.qooly-info .block .slider .slider-item .item-icon svg {
  height: 1.3rem;
  width: auto;
}
section.qooly-info .block .slider .slider-item .item-info {
  flex-grow: 1;
  margin-left: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
section.qooly-info .block .slider .slider-item .item-info .title {
  font-size: 1rem;
}
section.qooly-info .block .slider .slider-item .item-info .status {
  color: var(--color-neutral-400);
  font-size: 0.75rem;
}
section.qooly-info .block .slider .slider-item .item-status-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.qooly-info .block .slider .slider-item .item-status-icon svg {
  height: 2rem;
  width: auto;
  background: black;
  border-radius: 8px;
  padding: 0.4rem;
  box-sizing: border-box;
}

section.faq {
  padding-bottom: 2.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.faq h2 {
  margin-top: 2.3rem;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 600;
}
section.faq p {
  max-width: unset;
}
section.faq .subtitle {
  margin-top: 1rem;
  font-weight: 400;
  line-height: 1.7;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
}
section.faq .tip-pane svg {
  height: 1.25rem;
  width: auto;
}
section.faq .questions {
  margin-top: 2.7rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}
section.faq .questions .question-block {
  background: #f9fafe;
  border: 0.05rem solid #f4f5f9;
  padding: 1.3rem;
  border-radius: 1.3rem;
  display: flex;
  gap: 1rem;
  transition: 0.3s ease;
}
section.faq .questions .question-block .badge {
  background: #121212;
  border-radius: 0.8rem;
  height: 2.7rem;
  width: 2.7rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.faq .questions .question-block .badge svg {
  height: 1.3rem;
  width: auto;
  color: white;
}
section.faq .questions .question-block .question {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
section.faq .questions .question-block .question h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
section.faq .questions .question-block .question p {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.6;
}
section.faq .contact-block {
  margin-top: 4rem;
  background: #262626;
  border: 1px solid #444444;
  padding: 2rem;
  padding-bottom: 1.3rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: 0.3s ease;
}
section.faq .contact-block h3 {
  font-size: 1.3rem;
}
section.faq .contact-block p {
  color: var(--color-neutral-400);
}

.glow-block .container {
  display: block;
}
.glow-block a {
  margin-top: 1rem;
  border-radius: 0.7rem;
  padding: 1.3rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
  text-decoration: none;
  color: #fff;
  user-select: none;
  background: black;
}
.glow-block .block {
  margin-bottom: 2.7rem;
  border: 0.05rem solid #f4f5f9;
  background: #f9fafe;
  padding-bottom: 3.5rem;
  border-radius: 2.3rem;
  transition: 0.3s ease;
  position: relative;
}
.glow-block .block .content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.glow-block .block .caption {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 600;
}
.glow-block .block .subtitle {
  font-size: 0.9rem;
}
.glow-block .block .features {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  margin-top: 1rem;
}
.glow-block .block .features .feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.glow-block .block .features .feature-item svg {
  color: #000000;
  height: 1.1rem;
  width: auto;
}
.glow-block .block .features .feature-item span {
  color: var(--color-neutral-500);
  font-size: 0.85rem;
}
.glow-block .block .circle {
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  position: absolute;
  z-index: 1;
  background: oklab(62.6998% -0.166653 0.0993012 / 0.1);
}
.glow-block .block .circle:nth-child(1) {
  bottom: 0;
  left: 0;
}
.glow-block .block .circle:nth-child(2) {
  right: 0;
  top: 0;
}

section.presentation {
  padding-top: 6rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.presentation .container {
  padding: 0 !important;
}
section.presentation .presentation-wrapper {
  display: grid;
  grid-template-columns: 2fr 2fr;
  gap: 1rem;
}
section.presentation .presentation-wrapper .slide-item {
  background: #ffffff;
  color: #000000;
  border: 0.05rem solid #e1e3eb;
  padding: 1.3rem;
  border-radius: 1.3rem;
  gap: 1rem;
  transition: 0.3s ease;
  cursor: pointer;
  display: flex;
}
section.presentation .presentation-wrapper .slide-item .icon-holder {
  background: #121212;
  border-radius: 0.8rem;
  height: 2.7rem;
  width: 2.7rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.presentation .presentation-wrapper .slide-item .icon-holder svg {
  height: 60%;
  width: auto;
  color: white;
  transition: 0.3s ease;
}
section.presentation .presentation-wrapper .slide-item > section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.presentation .presentation-wrapper .slide-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
section.presentation .presentation-wrapper .slide-item p {
  color: #000000;
  font-size: 0.9rem;
  line-height: 1.6;
}
section.presentation .presentation-wrapper .slide-view {
  height: 100%;
}
section.presentation .presentation-wrapper .slide-view .gap {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: #1f1f1f;
}
section.presentation .features-blocks {
  padding-top: 2.7rem;
  display: grid;
  gap: 1.3rem;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  counter-reset: features;
}
.inner-m3u8-page .container:not(.mainpage) {
  min-height: auto;
}

.converter-page .primary {
  background: black;
  color: white;
}
.converter-page .primary:hover {
  background: rgb(5.1, 5.1, 5.1);
}
.converter-page .upload-sub {
  font-size: 0.875rem;
  color: #4a5568;
  margin-bottom: 1.3rem;
}
.converter-page .upload-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.converter-page .upload-title span {
  color: #5675ec;
  text-transform: uppercase;
}
.converter-page .features-row-section {
  height: 28vmin;
  border-radius: 6vmin;
  margin: 15vmin 0 10vmin 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10vmin;
  padding: 8vmin 10vmin;
}
.converter-page .features-row-section .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.converter-page .features-row-section .feature .icon {
  border-radius: 50%;
  width: 10vmin;
  height: 10vmin;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vmin;
}
.converter-page .features-row-section .feature .icon svg {
  height: 50%;
  width: auto;
}
.converter-page .features-row-section .feature .title {
  text-align: center;
  font-size: 4vmin;
  font-weight: 600;
  margin-top: 2vmin;
}
.converter-page .features-row-section .feature .subtitle {
  text-align: center;
  margin-top: 1vmin;
  font-size: 1.8vmin;
  line-height: 1.8;
}
.converter-page .main-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vmin 0 1vmin 0;
  position: relative;
  overflow: hidden;
}
.converter-page .main-section h1 {
  color: #121212;
  font-size: 2.7rem;
  font-weight: 600;
  margin: 0rem 0 0.85rem;
  text-align: left;
}
.converter-page .main-section .subtitle {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.7;
}
.converter-page .main-section .button {
  margin-top: 5vmin;
  padding: 3.5vmin 7vmin;
}
.converter-page .main-section .side-block {
  position: absolute;
  background: #23262B;
  border: 0.1vmin solid #363941;
  border-radius: 6.5vmin;
  height: 22vmin;
  width: 22vmin;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5vmin;
  color: #8FE5D2;
}
.converter-page .main-section .side-block svg {
  height: 45%;
  width: auto;
}
.converter-page .drop-area {
  width: 80%;
  padding: 1rem;
  min-height: 266.9px;
  margin: 2rem auto 4rem auto;
  border-radius: 2.7rem;
  display: flex;
  background: #F9FAFE;
}
.converter-page .drop-area .inner {
  width: 100%;
  background: #F9FAFE;
  padding: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  border: 1px dashed #DADADA;
}
.converter-page .drop-area .inner .button {
  font-family: "Poppins", sans-serif;
  align-items: center;
  background: #121522;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  padding: 1.7rem 0.625rem 1.7rem 0.625rem;
  width: 10.625rem;
  justify-content: center;
}
.converter-page .drop-area .inner p {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.64);
}
.converter-page .format-icon {
  width: 4rem;
  margin: 0 auto 1rem auto;
}
.converter-page .drop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF8FC;
  color: black;
  font-size: 2.4vmin;
  font-weight: bold;
  display: none;
  justify-content: center;
  align-items: center;
  user-select: none;
  pointer-events: none;
  flex-direction: column;
  z-index: 9999;
}
.converter-page .drop-overlay .image-keeper {
  width: 16vmin;
  box-sizing: border-box;
  height: 16vmin;
  padding: 5vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed;
  border-radius: 50vmin;
  margin-bottom: 2vmin;
}
.converter-page .drop-overlay img {
  width: 100%;
}
.converter-page .drop-area .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #F9FAFE;
  padding: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  border: 1px dashed #DADADA;
}
.converter-page .progress-bar {
  width: 100%;
  height: 0.5rem;
  background: #e2e2e2;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.converter-page .progress-bar > div {
  height: 100%;
  background: black;
  transition: width 0.2s ease;
}
.converter-page #fileName {
  display: none;
}
.converter-page #fileName,
.converter-page #completedFileName {
  color: #555962;
  display: none;
  margin-bottom: 1.5vmin;
}
.converter-page #cancelBtn {
  align-items: center;
  border-radius: 0.9rem;
  display: none;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0;
  margin: 0 auto;
  cursor: pointer;
  padding: 1.7rem 0.625rem 1.7rem 0.625rem;
  width: 10.625rem;
  justify-content: center;
  color: black;
  border: 1px solid;
  background: white;
}
.converter-page #errorMsg.active {
  color: #FF557B;
}

.inner-m3u8-page section.presentation .presentation-wrapper .slide-item .icon-holder img {
  max-width: 55%;
}

header {
  position: relative;
  z-index: 9;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
}
.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 180%;
  right: 70px;
  z-index: 999999;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #F9F8FD;
  grid-template-columns: 1fr 1fr;
}
.dropdown .dropdown-menu .menu-column a {
  margin-right: 0 !important;
}
.dropdown .dropdown-menu.is-active {
  display: grid;
  opacity: 1;
}
.dropdown .dropdown-menu.hard-menu {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown:hover .dropdown-menu {
  display: grid;
}

.menu-column {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  padding: 6px;
  border-right: 2px solid #f9f8fd;
}
.menu-column .column-title {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
  font-weight: 500;
}
.menu-column a {
  text-decoration: none;
  color: #000;
  padding: 0.9rem 1rem;
  font-size: 16px;
  font-weight: 400 !important;
  transition: color 0.2s;
}
.menu-column a:hover {
  color: #5675ec;
}
.menu-column:last-child {
  border: none;
}

.ig-page .hidden {
  display: none;
}
.ig-page #resultsWrapper {
  text-align: center;
  width: 100%;
}
.ig-page #resultsWrapper .media-grid {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.ig-page #resultsWrapper .media-grid .media-card {
  border: 0.8rem #ffffff solid;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: white;
  width: 280px;
}
.ig-page #resultsWrapper .media-grid .media-card .thumb-container {
  height: 220px;
  width: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
}
.ig-page #resultsWrapper .media-grid .media-card .thumb-container img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.ig-page #resultsWrapper .media-grid .media-card a {
  align-items: center;
  background: #000000;
  border-radius: 0.6rem;
  color: #fff;
  cursor: pointer;
  display: block;
  border: none;
  line-height: 1;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  padding: 1.2375rem 2.25rem;
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
}

.instagram-page .hidden {
  display: none;
}
.instagram-page .search-wrapper {
  border-radius: 0.8rem;
  box-sizing: border-box;
  padding: 2rem 1rem 4rem 1rem;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s ease;
  width: 60rem;
  z-index: 9;
  text-align: center;
}
.instagram-page .search-field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.instagram-page .url-input {
  background: #fff;
  border: 2px solid #000;
  border-radius: 1.025rem;
  box-sizing: border-box;
  font-size: 1rem;
  margin-bottom: 1.5em;
  outline: none;
  padding: 1.4rem 1.8rem;
  width: 100%;
}
.instagram-page .download-main-btn {
  align-items: center;
  background: #000000;
  border-radius: 1.025rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  border: none;
  line-height: 1;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  padding: 1.2375rem 2.25rem;
  transition: all 0.5s ease;
}
.instagram-page #mediaGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2.7rem;
}
.instagram-page .media-card {
  background: #F9FAFE;
  padding: 1rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.instagram-page .thumb-container {
  width: 100%;
  aspect-ratio: 1/1;
  background: #121522;
  border-radius: 1.3rem;
  overflow: hidden;
}
.instagram-page .thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-page .card-download-btn {
  background: #121522;
  color: white;
  text-align: center;
  padding: 1rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: 500;
}

.additional.error {
  color: #ff4d00;
}

#loader {
  margin: 0 auto;
}
#loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #121522;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ig-page section.presentation .presentation-wrapper .slide-item .icon-holder svg {
  height: 50%;
  width: auto;
  color: white;
  transition: 0.3s ease;
}
.ig-page #videoro {
  height: 40%;
  margin-left: 0.1rem;
}

.crosslinking {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  padding-top: 2rem;
}
.crosslinking li {
  width: 50%;
}
.crosslinking li a {
  width: 100%;
  align-items: center;
  background: #000000;
  border-radius: 1.025rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  justify-content: center;
  padding: 1.5rem 2.25rem;
  transition: all 0.5s ease;
}

section.newstyle-look:before {
  height: 100%;
}

section.two-text-one {
  background: #F9FAFE;
  padding-bottom: 5rem;
}
section.two-text-one > .container {
  padding-top: 0 !important;
  display: flex;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 2rem;
}
section.two-text-one .text-block {
  background: #ffffff;
  color: #000000;
  border: 0.05rem solid #e1e3eb;
  padding: 2.3rem;
  width: 50%;
  border-radius: 2.3rem;
  transition: 0.3s ease;
  cursor: pointer;
}
section.two-text-one h3 {
  font-size: 2.3rem;
  margin-bottom: 1.3rem;
  font-weight: 600;
}
section.two-text-one p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.7;
}

section.fresh-look {
  padding-top: 0;
}

.inner-m3u8-page .container:not(.mainpage).download-page {
  padding-bottom: 5.5rem;
}

#selectedFileName {
  display: none;
}

.format-select-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.format-select-box span {
  font-size: 16px;
  font-weight: 500;
  color: #a0a0a0;
}

.format-select-box select {
  width: 100%;
  max-width: 300px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  color: #121522;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  background-size: 12px auto;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.format-select-box select:hover,
.format-select-box select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.menu-column-custom {
  display: flex;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #3f3f46;
}
.menu-column-custom span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  white-space: nowrap;
}

span.pink {
  color: #ff39de !important;
}

.main-title span {
  color: #5675ec !important;
  text-transform: none !important;
}

.mp3-result .upload-title span {
  color: #1eec83 !important;
}
.mp3-result .main-title span {
  color: #1eec83 !important;
}
.mp3-result #stepAction {
  width: 100%;
}
.mp3-result #stepAction .main-title {
  gap: 0;
  display: flex;
}
.mp3-result #stepAction .converter-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.mp3-result #stepAction .converter-actions .format-select-box {
  margin: 0;
  width: auto;
}
.mp3-result #stepAction .converter-actions .format-select-box select {
  min-width: 180px;
  padding: 18px 40px 17px 20px;
  border-radius: 0.9rem;
}
.mp3-result #stepAction .converter-actions .button.primary {
  margin: 0;
}
.mp3-result .main-title span.filename-base {
  color: #121212 !important;
}

.change-speed-page #stepAction {
  width: 100%;
}
.change-speed-page #stepAction .speed-action-layout {
  display: flex;
  gap: 2.7rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
@media (max-width: 768px) {
  .change-speed-page #stepAction .speed-action-layout {
    flex-direction: column;
    text-align: center;
  }
}
.change-speed-page #stepAction .speed-action-layout .media-preview-container, .change-speed-page #stepAction .speed-action-layout .speed-controls-container {
  flex: 1;
  width: 100%;
  min-width: 0;
}
.change-speed-page #stepAction .speed-action-layout .media-preview-container {
  height: 168px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.change-speed-page #stepAction .speed-action-layout .media-preview-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.change-speed-page #stepAction .speed-action-layout .media-preview-container audio {
  width: 100%;
  padding: 0 10px;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .upload-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .upload-title .filename-base {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0a161f !important;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .upload-title .filename-ext {
  white-space: nowrap;
  flex-shrink: 0;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .upload-sub {
  margin-bottom: 20px;
  color: #666;
  white-space: nowrap;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .converter-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 768px) {
  .change-speed-page #stepAction .speed-action-layout .speed-controls-container .converter-actions {
    justify-content: center;
  }
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .converter-actions .format-select-box {
  margin: 0;
  width: auto;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .converter-actions .format-select-box select {
  min-width: 170px;
  padding: 18px 40px 17px 20px;
  border-radius: 0.9rem;
}
.change-speed-page #stepAction .speed-action-layout .speed-controls-container .converter-actions .button.primary {
  margin: 0;
}
.change-speed-page.converter-page .drop-area .inner {
  padding: 2rem2 0.7rem;
}
.change-speed-page .pip-preview {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 450px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
@media (max-width: 768px) {
  .change-speed-page .pip-preview {
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.change-speed-page .pip-preview .custom-player {
  width: 100%;
  position: relative;
}
.change-speed-page .pip-preview .custom-player video {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  background: #000;
  display: block;
}
.change-speed-page .pip-preview .custom-player.audio-only {
  padding: 0;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px 10px 10px;
  background: #fff;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .play-pause-btn {
  background: #f4f4f4;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #333;
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .play-pause-btn svg {
  width: 18px;
  height: 18px;
  margin-left: 0px;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .play-pause-btn svg.custom-play-icon {
  width: 14px;
  height: 14px;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .play-pause-btn:hover {
  background: #e0e0e0;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .play-pause-btn.playing svg {
  margin-left: 0;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .time-display {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  width: 80px;
  text-align: right;
  flex-shrink: 0;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .progress-container {
  flex: 1;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .progress-container .progress-bar {
  height: 100%;
  background: #000000;
  width: 0%;
  pointer-events: none;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .waveform-container {
  flex: 1;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .waveform-container .wave-bar {
  background: #e0e0e0;
  border-radius: 6px;
  transition: background 0.1s ease;
  pointer-events: none;
  width: 3px;
}
.change-speed-page .pip-preview .custom-player .controls.light-skin .waveform-container .wave-bar.active {
  background: #000000;
}
.change-speed-page .pip-preview .custom-player .video-overlay-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.231372549) !important;
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.change-speed-page .pip-preview .custom-player:hover .video-overlay-controls {
  opacity: 1;
}
.change-speed-page .center-status-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
}
.change-speed-page .center-status-icon svg {
  width: 32px;
  height: 32px;
}
.change-speed-page .center-status-icon svg.custom-play-icon {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}
.change-speed-page .center-status-icon.show {
  opacity: 1;
  transition: none;
}
.change-speed-page #audioPlayerWrapper .time-display {
  color: #0a161f;
}

#videoPlayerWrapper .play-pause-btn {
  display: none;
}

svg.custom-play-icon {
  width: 11px;
}

.merge-wrapper #selectedFileNameTitle, .merge-wrapper .upload-sub, .converter-page #selectedFileNameTitle, .converter-page .upload-sub {
  text-align: center;
}
.merge-wrapper .converter-actions, .converter-page .converter-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.merge-wrapper .converter-actions select, .converter-page .converter-actions select {
  min-width: 180px;
  padding: 18px 40px 17px 20px;
  border-radius: 0.9rem;
}
.merge-wrapper .converter-actions #convertBtn, .converter-page .converter-actions #convertBtn {
  font-family: "Poppins", sans-serif;
  align-items: center;
  background: #121522;
  border-radius: 0.9rem;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  padding: 1.7rem 0.625rem 1.7rem 0.625rem;
  width: 10.625rem;
  justify-content: center;
}

.reduce-size {
  padding: 1.9rem 3rem !important;
}
.reduce-size .custom-checkbox {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.reduce-size .custom-checkbox span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  transition: color 0.2s ease;
}
.reduce-size .custom-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.reduce-size .custom-checkbox input[type=checkbox]:hover {
  border-color: #5675ec;
}
.reduce-size .custom-checkbox input[type=checkbox]:active {
  transform: scale(0.95);
}
.reduce-size .custom-checkbox input[type=checkbox]:checked {
  background-color: #5675ec;
  border-color: #5675ec;
}
.reduce-size .custom-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.reduce-size .custom-checkbox:hover span {
  color: #000000;
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main-header {
  position: relative;
  z-index: 995;
  padding-top: 20px;
}
.main-header .main-logo {
  padding-right: 4rem;
  display: inline-flex;
}

.header-container {
  width: 78rem;
  margin: 0 auto;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 999;
  background: transparent;
  position: relative;
}
.header-container .card-keeper {
  display: flex;
  gap: 6rem;
}
.header-container.is-open {
  background-color: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.header-container.is-open .header-top-row {
  padding: 12px 12px 12px 24px;
}
.header-container.is-open .main-logo {
  padding-right: 3.25rem;
}
.header-container.is-open .card-keeper {
  display: flex;
  gap: 4.12rem;
}
.header-container.is-open .mega-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(-1px);
  z-index: 999;
}
.header-container.is-open .convert-trigger svg {
  transform: rotate(180deg);
}

.header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.main-nav a {
  font-size: 0.9rem;
  font-weight: 500;
}
.main-nav a:hover {
  color: #5675ec;
}

.convert-trigger-wrapper {
  padding: 10px 0;
  margin: -10px 0;
}

.convert-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.button.dark-btn {
  align-items: center;
  background: #121522;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 0;
  padding: 1.7125rem 0.625rem 1.8125rem 0.625rem;
  width: 11.625rem;
  justify-content: center;
}

.mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  padding: 0px 15px 40px 30px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  clip-path: inset(0 -50px -50px -50px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.mega-columns {
  display: grid;
  padding-top: 10px;
  margin-top: 1px;
  border-top: 1px solid #f0f0f0;
  grid-template-columns: minmax(300px, 1.2fr) minmax(340px, 1.5fr) minmax(180px, 1fr);
  gap: 24px;
}

.mega-col {
  padding-right: 20px;
  padding-top: 14px;
  border-right: 1px solid #f0f0f0;
}
.mega-col:last-child {
  border-right: none;
  padding-right: 0;
}

.mega-col-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.mega-col-header svg {
  color: #475569;
  width: 24px;
  height: auto;
}

.mega-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.mega-link-group {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.mega-link-group a {
  font-size: 0.9rem;
  color: #232323;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mega-link-group a:hover {
  color: #5675ec;
}

.main-footer {
  background-color: #F9FAFE;
  width: 100%;
  padding: 70px 0 40px 0;
  margin-top: 60px;
  position: relative;
}
.main-footer .container {
  width: 78rem;
  margin: 0 auto;
  flex-direction: column;
  padding: 0;
}
.main-footer .footer-mega-links {
  margin-bottom: 60px;
}
.main-footer .footer-mega-links .mega-columns {
  display: grid;
  grid-template-columns: minmax(300px, 3fr) minmax(340px, 3fr) minmax(180px, 1fr);
  gap: 24px;
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.main-footer .footer-mega-links .mega-col {
  padding-right: 20px;
  padding-top: 0;
  border-right: none;
}
.main-footer .footer-mega-links .mega-col:last-child {
  border-right: none;
  padding-right: 0;
}
.main-footer .footer-mega-links .mega-col-header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border: none;
}
.main-footer .footer-mega-links .mega-col-header svg {
  color: #475569;
  width: 20px;
  height: auto;
}
.main-footer .footer-mega-links .mega-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.main-footer .footer-mega-links .mega-link-group {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
.main-footer .footer-mega-links .mega-link-group a {
  font-size: 0.9rem;
  color: #232323;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.2s ease;
}
.main-footer .footer-mega-links .mega-link-group a:hover {
  color: #5675ec;
}
.main-footer .footer-bottom-info {
  display: flex;
  padding-top: 2rem;
  justify-content: space-between;
}

.converter-page h1, .converter-page p.additional {
  text-align: center;
}

.mega-conv {
  align-items: center !important;
}

.welcome-blocks .img-blck {
  background: black;
  padding: 0.8rem;
  border-radius: 5rem;
  max-width: 2.7rem;
  margin-bottom: 1rem;
  max-height: 2.7rem;
}
.welcome-blocks .img-blck img {
  width: 100%;
}

.main-slider .item-info .title {
  font-weight: 500;
  font-size: 0.8rem !important;
}
.main-slider .slider-item {
  width: 18rem !important;
}
.main-slider .slider-item .item-icon {
  height: 2rem !important;
  width: 4rem !important;
}
.main-slider .slider-item .item-icon .icon-format {
  color: white;
  font-size: 0.7rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}

.custom-icon {
  display: flex;
  width: 2.7rem;
  height: 2.7rem;
  align-items: center;
  justify-content: center;
}
.custom-icon img {
  width: 80% !important;
}

.applications-page-wrapper .container {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 4.5rem !important;
  padding-bottom: 2.3rem;
  min-height: calc(100vh - 28rem);
}
.applications-page-wrapper .page-header {
  width: 100%;
  margin-bottom: 2.7rem;
}
.applications-page-wrapper .page-header h1, .applications-page-wrapper .page-header p {
  text-align: center !important;
}
.applications-page-wrapper .app-grid {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.applications-page-wrapper .app-grid .app-card {
  width: 48%;
  background: #F9FAFE;
  border: 1px solid transparent;
  padding: 2rem;
  border-radius: 2.3rem;
  transition: all 0.5s linear;
}
.applications-page-wrapper .app-grid .app-card:hover {
  transform: translateY(-2px);
  background: white;
  border-color: #efefef;
}
.applications-page-wrapper .app-grid .app-actions {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.applications-page-wrapper .app-grid .button.dark-btn {
  width: 100%;
  padding: 1.7rem;
  font-size: 0.8rem;
}
.applications-page-wrapper .app-grid .button.outline-btn {
  border: 1px solid #c5c8ca;
  padding: 1.3rem 3rem;
  font-weight: 500;
  text-align: center;
  font-size: 0.8rem;
  border-radius: 0.6rem;
  transition: all 0.3s linear;
  width: 19rem;
}
.applications-page-wrapper .app-grid .button.outline-btn:hover {
  background: white;
  border-color: #595959;
}
.applications-page-wrapper .app-grid .app-title {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
.applications-page-wrapper .app-grid .app-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #3e3e3e;
  margin-bottom: 1.3rem;
}
.applications-page-wrapper .app-grid .app-card-img {
  width: 100%;
  margin-bottom: 1.3rem;
}
.applications-page-wrapper .app-grid .app-card-img img {
  border-radius: 1rem;
  width: 100%;
}

.app-downloader-page {
  padding-top: 4rem;
  padding-bottom: 4rem !important;
}
.app-downloader-page > div {
  width: 45%;
  align-items: flex-start !important;
}
.app-downloader-page > div img {
  width: 100%;
}
.app-downloader-page > div h1, .app-downloader-page > div h2, .app-downloader-page > div p {
  text-align: left !important;
}
.app-downloader-page > div:first-child {
  width: 60%;
}

.inner-info-page .text-page a {
  text-decoration: underline;
}
.inner-info-page .text-page em {
  font-style: italic;
  display: block;
}
.inner-info-page .text-page h4 {
  margin: 1rem 0 0 0;
  line-height: 2;
  font-size: 1rem;
  font-weight: 600;
}
.inner-info-page .text-page h3 {
  margin: 2rem 0 0 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.inner-info-page .text-page h2 a {
  text-decoration: none;
}

.breadcrumbs ul {
  display: flex;
  font-size: 0.8rem;
  gap: 0.6rem;
}
.breadcrumbs ul li a {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.breadcrumbs ul li a img {
  width: 0.7rem;
}
.breadcrumbs ul .separator {
  color: #a6a5a5;
}
.breadcrumbs ul .current {
  color: #a6a5a5;
}

.breadcrumbs-wrapper .contain {
  margin: 0 auto;
  width: 78rem;
  position: relative;
  z-index: 9;
  padding-top: 1rem;
  margin-bottom: -1rem;
}

.application-white-section .side-block .img-holder {
  background: black;
  border-radius: 10rem;
  padding: 0.6rem;
  max-width: 2.7rem;
  max-height: 2.7rem;
  margin-bottom: 1rem;
}
.application-white-section .side-block .img-holder img {
  width: 100%;
}

.inner-info-page .container.text-page {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5.5rem !important;
  padding-bottom: 2.3rem;
  min-height: calc(100vh - 28rem);
}

.text-page li {
  margin: 0rem 0;
  line-height: 2;
  font-size: 0.9rem;
}

.text-page li:before {
  color: #6b6b6b;
  content: "—";
  margin-right: 10px;
}

.main-content .converter-page.mega-conv {
  padding-top: 5.4rem !important;
  padding-bottom: 2.3rem;
}

.converter-page, .merge-page, .change-speed-page {
  padding-top: 4.5rem !important;
  padding-bottom: 2.3rem;
}

.audio-conv-page .pink {
  color: #1eec83 !important;
}

.eye {
  transition: transform 0.1s ease-out;
}

.audio-controls-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.audio-controls-bar .play-pause-btn {
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid black;
}
.audio-controls-bar .play-pause-btn svg {
  transition: transform 0.2s ease;
}
.audio-controls-bar .play-pause-btn:hover svg {
  transform: scale(1.1);
}
.audio-controls-bar .timing-info {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
}
.audio-controls-bar .timing-info .time-block {
  display: flex;
  align-items: center;
  gap: 6px;
}
.audio-controls-bar .timing-info .time-block strong {
  color: #111111;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.audio-controls-bar .timing-info .time-block strong.pink {
  color: #ff4d4f;
}
@media (max-width: 600px) {
  .audio-controls-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .audio-controls-bar .play-pause-btn {
    justify-content: center;
  }
  .audio-controls-bar .timing-info {
    justify-content: space-between;
    gap: 10px;
  }
  .audio-controls-bar .timing-info .time-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 12px;
  }
  .audio-controls-bar .timing-info .time-block strong {
    font-size: 14px;
  }
}

/* --- Compress Image Styles --- */
.image-preview-box {
  width: 100%;
  max-height: 400px;
  background: #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-preview-box img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}

.compression-controls {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}
.compression-controls .size-comparison {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}
.compression-controls .size-comparison .size-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.compression-controls .size-comparison .size-block span {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
}
.compression-controls .size-comparison .size-block strong {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  font-variant-numeric: tabular-nums;
}
.compression-controls .size-comparison .size-block.new-size strong {
  color: #10b981;
  transition: color 0.2s ease;
}
.compression-controls .quality-slider-container .qooly-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 4px;
  outline: none;
  margin-top: 8px;
}
.compression-controls .quality-slider-container .qooly-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4d4f;
  cursor: pointer;
  transition: transform 0.1s ease;
  box-shadow: 0 2px 4px rgba(255, 77, 79, 0.3);
}
.compression-controls .quality-slider-container .qooly-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.compression-controls .quality-slider-container .qooly-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4d4f;
  cursor: pointer;
  border: none;
}

@media (max-width: 600px) {
  .compression-controls .size-comparison {
    flex-direction: column;
    gap: 16px;
  }
  .compression-controls .size-comparison svg {
    transform: rotate(90deg);
  }
  .compression-controls .size-comparison .size-block {
    align-items: center;
  }
}
.applications-page-wrapper h2 {
  text-align: center;
  line-height: 1.8;
  font-size: 2.3rem;
  width: 100%;
  font-weight: 600;
}

.pin-wrapper {
  background: #F9FAFE;
  border: 1px solid transparent;
  padding: 2rem 2rem 2rem 5rem;
  border-radius: 2.3rem;
  transition: all 0.5s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4rem;
  gap: 4rem;
}
.pin-wrapper h1 {
  font-size: 2.5rem !important;
}
.pin-wrapper p {
  text-decoration: none;
  color: black;
  font-family: "Poppins", sans-serif;
  margin: 0.5rem 0;
  line-height: 1.8;
  width: 90%;
}
.pin-wrapper img {
  width: 403px;
  border-radius: 1rem;
  height: 310px;
  object-fit: cover;
  object-position: top;
}

.pin-wrapper .soft-info h1 {
  margin: 0rem 0 1.85rem !important;
}

.mobile-burger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
}
.mobile-burger-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: #111;
  border-radius: 2px;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-drawer.is-active {
  transform: translateX(0);
}
.mobile-drawer .drawer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 1rem 1rem 1rem;
  border-bottom: 1px solid #f1f5f9;
}
.mobile-drawer .drawer-top .close-drawer-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  padding: 5px;
}
.mobile-drawer .drawer-content {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-drawer .drawer-content .drawer-main-link {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  text-decoration: none;
  padding: 12px 0;
}

.m-accordion .m-accordion-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  text-decoration: none;
  padding: 3px 0 8px 0;
}
.m-accordion .m-accordion-btn .m-icon {
  font-size: 1.2rem;
  font-weight: 400;
  color: #475569;
}
.m-accordion .m-accordion-body {
  display: none;
  flex-direction: column;
  gap: 12px;
}
.m-accordion .m-accordion-body.open {
  display: flex;
}
.m-accordion .m-accordion-body a {
  color: #475569;
  text-decoration: none;
  font-size: 0.95rem;
}
.m-accordion .m-accordion-body a:hover {
  color: #ff4d4f;
}

.mobile-overlay {
  display: none;
}

@media (max-width: 992px) {
  .main-header .main-nav,
  .main-header .button.dark-btn,
  .main-header .mega-menu-panel {
    display: none !important;
  }
  .applications-page-wrapper .page-header p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0 auto;
  }
  .header-container.is-open {
    box-shadow: none !important;
    background: transparent !important;
  }
  .mobile-burger-btn {
    display: flex !important;
    margin-left: auto;
  }
  .m-sub-accordion {
    border-bottom: 1px solid #f1f5f9;
  }
  .m-sub-accordion:last-child {
    border-bottom: none;
  }
  .m-sub-accordion .m-sub-accordion-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 12px 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: #111;
    font-family: "Poppins", sans-serif;
    text-align: left;
    cursor: pointer;
  }
  .m-sub-accordion .m-sub-accordion-btn p {
    align-items: center;
    display: flex;
    gap: 12px;
  }
  .m-sub-accordion .m-sub-accordion-btn svg {
    color: #475569;
    width: 24px;
    height: auto;
  }
  .m-sub-accordion .m-sub-accordion-btn .m-icon {
    font-size: 1.1rem;
    color: #475569;
  }
  .m-sub-accordion .m-sub-accordion-body {
    display: none;
    padding: 1rem 0 1.5rem 2.3rem;
    flex-direction: column;
    gap: 1.3rem;
  }
  .m-sub-accordion .m-sub-accordion-body.open {
    display: flex;
  }
  .m-sub-accordion .m-sub-accordion-body a {
    font-size: 0.9rem;
    color: #232323;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .header-top-row {
    padding: 0.5rem 1rem;
  }
  .main-content .converter-page.mega-conv {
    padding-top: 2rem !important;
  }
  .main-content .container:not(.mainpage) h1 {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .converter-page .drop-area {
    width: 100%;
    padding: 1rem;
    min-height: 266.9px;
    margin: 2rem auto 4rem auto;
    border-radius: 2.7rem;
    display: flex;
    background: #F9FAFE;
  }
  .change-speed-page .pip-preview .custom-player video {
    max-height: 180px;
  }
  section.faq .questions .question-block .badge {
    background: #121212;
    border-radius: 0.8rem;
    height: 2.7rem;
    width: 2.7rem;
    flex-shrink: 0;
    display: none;
    align-items: center;
    justify-content: center;
  }
  section.faq .questions .question-block {
    background: #f9fafe;
    border: 0.05rem solid #f4f5f9;
    padding: 2rem;
    border-radius: 1.3rem;
    display: flex;
    gap: 1rem;
    transition: 0.3s ease;
  }
  section.faq .questions .question-block .question h3 {
    font-size: 1rem;
    font-weight: 600;
  }
  .converter-page .drop-area .inner {
    padding: 2rem;
  }
  .converter-page .upload-title {
    font-size: 1.1rem;
    text-align: center;
  }
  .converter-page .drop-area .inner p {
    font-size: 0.7rem;
    line-height: 1.4;
  }
  .converter-page .drop-area .inner .button {
    font-family: "Poppins", sans-serif;
    align-items: center;
    background: #121522;
    border-radius: 0.9rem;
    color: #fff;
    display: flex;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 0;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    padding: 1.3rem 0.625rem 1.3rem 0.625rem;
    width: 8.625rem;
    justify-content: center;
  }
  h2.heading-text {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1rem;
  }
  .sub-heading {
    font-size: 0.8rem;
  }
  .main-content .promo-section {
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    padding-bottom: 2rem;
    gap: 0.5rem;
    margin: 2.5rem auto 1rem auto;
    background: #ffffff;
    color: #000000;
    border: 0.05rem solid #f4f5f9;
  }
  .main-content .promo-section a {
    font-family: "Poppins", sans-serif;
    align-items: center;
    background: #121522;
    border-radius: 0.9rem;
    color: #fff;
    display: flex;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 0;
    margin: 1rem auto 0 auto;
    cursor: pointer;
    border: none;
    padding: 1.3rem 0.625rem 1.3rem 0.625rem;
    width: 8.625rem;
    justify-content: center;
  }
  .main-content .promo-section p {
    font-size: 0.8rem;
    margin-top: 0.4rem;
    line-height: 1.4;
  }
  .main-content .promo-section h3 {
    font-size: 1.3rem;
  }
  .side-blocks .side-block {
    padding: 1.3rem;
  }
  .side-blocks .side-block h3 {
    font-size: 1.2rem;
  }
  .side-blocks .side-block p {
    font-size: 0.7rem;
  }
  .side-blocks .side-block .img-blck {
    background: black;
    padding: 0.5rem;
    border-radius: 5rem;
    max-width: 2rem;
    margin-bottom: 1rem;
    max-height: 2rem;
  }
  section.qooly-info .block h2 {
    margin-top: 2.3rem;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0 2rem;
  }
  section.qooly-info .block .slider-wrapper {
    display: none;
  }
  section.qooly-info .block .subtitle {
    margin-top: 1.3rem;
    max-width: unset;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    font-weight: 400;
    line-height: 1.7;
    font-size: 0.8rem;
  }
  section.faq h2 {
    margin-top: 2.3rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  section.faq .subtitle {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0.5rem;
  }
  section.faq .question-block .question h3 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
  }
  section.faq .question-block .question p {
    font-size: 0.8rem !important;
    margin-top: 0.5rem;
  }
  footer.main-footer {
    padding-top: 2rem;
  }
  footer.main-footer .container {
    width: 100% !important;
  }
  footer.main-footer .container .footer-mega-links .mega-link-group a {
    font-size: 0.8rem;
  }
  footer.main-footer .container .footer-mega-links .mega-links-grid {
    margin-bottom: 1rem;
  }
  footer.main-footer .container .footer-mega-links .mega-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  footer.main-footer .footer-bottom-info {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    gap: 1rem;
  }
  footer.main-footer .footer-bottom-info .logo {
    width: 100%;
  }
  footer .container .bottom-menu ul li a {
    font-size: 0.8rem;
    color: #232323;
    font-weight: 400;
  }
  footer .container .bottom-menu ul p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border: none;
  }
  .bottom-menu {
    margin-bottom: 1rem;
  }
  .breadcrumbs {
    padding: 1rem 1rem 0 1rem;
  }
  .merge-wrapper {
    width: 100%;
  }
  .merge-wrapper .merge-field {
    padding: 2rem;
  }
  .merge-wrapper .merge-field .upload-title {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.3;
  }
  .merge-wrapper .merge-field .upload-sub {
    font-size: 0.7rem;
    line-height: 1.4;
  }
  .merge-wrapper .merge-field .upload-btn {
    font-family: "Poppins", sans-serif;
    align-items: center;
    background: #121522;
    border-radius: 0.9rem;
    color: #fff;
    display: flex;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 0;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    padding: 1.3rem 0.625rem 1.3rem 0.625rem;
    width: 8.625rem;
    justify-content: center;
  }
  .change-speed-page.converter-page .drop-area .inner {
    padding: 2rem;
  }
  .breadcrumbs-wrapper .contain {
    max-width: 100%;
  }
  section.presentation {
    padding-top: 2rem;
    max-width: 100%;
  }
  section.presentation .presentation-wrapper {
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  section.presentation .presentation-wrapper .slide-item {
    flex-direction: column;
  }
  section.presentation .presentation-wrapper .slide-item p {
    font-size: 0.7rem;
  }
  .change-speed-page #stepAction .speed-action-layout .speed-controls-container .upload-title {
    font-size: 1.1rem;
  }
  .change-speed-page #stepAction .speed-action-layout .speed-controls-container .upload-title .filename-base {
    max-width: 70%;
    overflow: hidden;
  }
  .change-speed-page #stepAction .speed-action-layout .speed-controls-container .upload-sub {
    white-space: wrap;
  }
  .change-speed-page #stepAction .speed-action-layout .speed-controls-container .converter-actions .format-select-box select {
    min-width: 105px;
    padding: 13px 36px 13px 13px;
    border-radius: 0.9rem;
  }
  .merge-wrapper .converter-actions #convertBtn, .converter-page .converter-actions #convertBtn {
    padding: 1.4rem 1.2rem;
    font-size: 0.7rem;
  }
  .change-speed-page .pip-preview .custom-player .controls.light-skin .play-pause-btn {
    width: 40px;
    height: 40px;
  }
  .crosslinking {
    flex-direction: column;
    padding: 1rem 2rem;
  }
  .crosslinking li {
    width: 100%;
  }
  .merge-wrapper .converter-actions select, .converter-page .converter-actions select {
    min-width: 105px;
    padding: 13px 36px 13px 13px;
    border-radius: 0.9rem;
  }
  section.two-text-one .container {
    flex-direction: column-reverse !important;
  }
  section.two-text-one .container .text-block {
    width: 100%;
  }
  section.two-text-one .container .text-block h3 {
    font-size: 1.3rem;
  }
  section.two-text-one .container .text-block p {
    font-size: 0.7rem;
  }
  .applications-page-wrapper .app-grid {
    flex-direction: column;
    width: 100%;
  }
  .applications-page-wrapper .app-grid .app-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  .applications-page-wrapper .app-grid .app-desc {
    font-size: 0.7rem;
  }
  .applications-page-wrapper .app-grid .button.outline-btn {
    border: 1px solid #c5c8ca;
    padding: 1.2rem 2rem;
    font-weight: 500;
    font-size: 0.7rem;
    border-radius: 0.6rem;
    transition: all 0.3s linear;
    width: 11rem;
  }
  .applications-page-wrapper .app-grid .button.dark-btn {
    font-size: 0.7rem;
    padding: 1.6rem 1rem;
  }
  .applications-page-wrapper .app-grid .app-card {
    width: 100%;
  }
  .main-content .container.mainpage > div h1 {
    font-size: 2rem;
    letter-spacing: -0.1rem;
    padding-bottom: 0.5rem !important;
  }
  .app-downloader-page .text-holder {
    align-items: center !important;
    padding-top: 2rem !important;
    text-align: center !important;
  }
  .app-downloader-page .text-holder h2 {
    font-size: 2.4rem !important;
    text-align: center !important;
    font-weight: 600;
    margin-bottom: 1rem !important;
    letter-spacing: -0.1rem;
  }
  .app-downloader-page .text-holder p {
    margin-left: 0 !important;
    text-align: center !important;
  }
  .inner-m3u8-page section.qooly-info .block {
    padding: 0;
  }
  .presentation {
    padding-top: 3rem !important;
  }
  .presentation .sub-heading {
    margin-bottom: 2rem;
  }
  #feedback-form {
    padding-top: 4.5rem;
  }
  #feedback-form .text-event {
    line-height: 1.4;
  }
  .right-side .language-list {
    box-sizing: content-box;
    position: absolute;
    bottom: 9vmin;
    background: white;
    right: -0.05rem;
    z-index: 999;
    border-radius: 9em;
    align-items: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .right-side .language-list a img {
    width: 6em;
  }
  .right-side .language-list-toggle img {
    width: 5em !important;
  }
  .crosslinking {
    padding-top: 0;
  }
  .crosslinking li:last-child {
    margin-bottom: 1.3rem;
  }
}

/*# sourceMappingURL=style_lang.css.map */
