img {
	border: 0;
	height: auto
}

.btn-group>.btn-group,
.dropdown-menu {
	float: left
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

footer,
header,
main,
menu,
nav,
section {
	display: block
}

a {
	background-color: transparent;
	color: #0967ff;
	text-decoration: none;
	transition: .15s
}

a:active,
a:hover {
	outline: 0
}

strong {
	font-weight: 700
}

*,
:after,
:before,
input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

button,
input {
	color: inherit;
	font: inherit;
	margin: 0
}

.glyphicon,
address {
	font-style: normal
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 16px;
	-webkit-tap-highlight-color: transparent
}

body {
	background: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	color: rgb(243, 245, 247);
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh
}

main {
	flex: 1
}

button,
input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a:focus,
a:hover {
	color: #5b51d8;
	text-decoration: none
}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.container,
.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.full-width {
	width: 100%
}

.centered-content {
	display: block;
	text-align: center
}

.responsive-img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto
}

img {
	vertical-align: middle
}

.input-text:focus {
	border-color: #2c3e50 !important;
	outline: 0
}

.input-textl::-moz-placeholder {
	color: #acb6c0;
	opacity: 1
}

.input-text:-ms-input-placeholder {
	color: #acb6c0
}

.input-text::-webkit-input-placeholder {
	color: #acb6c0
}

.scrollstyle::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.scrollstyle::-webkit-scrollbar-thumb {
	background-color: grey
}

.scrollstyle::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #f5f5f5;
	max-height: 50%;
	height: 50%
}

.scrollstyle::-webkit-scrollbar-button {
	max-height: 20px;
	height: 20px
}

.flex-row {
	display: flex
}

.success {
	background-color: #18bc9c;
	border-color: #18bc9c;
	color: #fff
}

.info {
	background-color: #3498db;
	border-color: #3498db;
	color: #fff
}

.fade {
	display: none
}

::placeholder {
	color: #2F2F2F;
	opacity: 1
}

::-ms-input-placeholder {
	color: #2F2F2F
}

.dark-mode {
	margin-left: 10px
}

.dark-mode .toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.dark-mode .toggle .toggle-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	width: 28px;
	height: 28px;
	border: 1px solid #b3b3b3;
	border-radius: 6px
}

.dark-mode .toggle .toggle-icon img,
.dark-mode .toggle .toggle-icon svg {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 15px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain
}

html.light .dark-mode .toggle .toggle-icon img {
	-webkit-filter: brightness(100) invert(1);
	filter: brightness(100) invert(1)
}

html.light .dark-mode .toggle .toggle-icon svg {
	filter: invert(10%) sepia(19%) saturate(15%) hue-rotate(85deg) brightness(50%) contrast(90%)
}

.dark-mode .darkmode-input,
.dark-mode .toggle {
	display: none
}

html.light .dark-mode .toggle-dark {
	display: block
}

html.dark .dark-mode .toggle-light {
	display: block
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: 1320px
	}
}

.main-nav {
	background: #0A0A0A;
	font-weight: 600;
	height: 60px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 100;
}

.main-nav .nav-wrapper {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	max-width: 750px;
	margin: auto;
}

.main-nav .brand-anchor {
	display: flex;
	align-items: center;
	gap: 5px;
}

.logo img {
	width: 125px;
	height: auto;
	object-fit: contain;
}

html.light .logo-dark {
	display: none;
}

html.dark .logo-light {
	display: none;
}

.main-nav .brand-logo {
	width: 42px;
	height: 42px;
	max-width: 100%;
	height: auto;
}

.main-nav .brand-details {
	display: flex;
	flex-direction: column;
}

html.dark .main-nav .brand-logo {
	filter: brightness(0) invert(1);
	/* Safari (for older versions) */
	-webkit-filter: brightness(0) invert(1);
}

html.light .main-nav .nav-wrapper .brand-details .brand-name {
	color: #0967FF;
}

html.dark .main-nav .nav-wrapper svg g>path {
	fill: #fff;
}

.main-nav .brand-details .brand-name {
	margin-right: 0;
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	margin-left: 4px;
}


.main-nav .brand-details .brand-note {
	font-size: 0.6875rem;
	font-weight: 100;
	color: #ffffff40;
	margin-left: 4px;
	text-decoration: none;
}

.main-nav .nav-collapse .nav-menu {
	display: flex;
	list-style: none;
}

.main-nav .nav-collapse .nav-menu .menu-item .menu-link {
	padding: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1rem;
	font-weight: 600;
	color: rgb(119, 119, 119);
	text-decoration: none;
	transition: none;
	display: flex;
	align-items: center;
}

.main-nav .nav-collapse .nav-menu .menu-item .menu-link:hover {
	color: rgb(255, 255, 255);
}

html.light .main-nav .nav-collapse .nav-menu .menu-item .menu-link:hover {
	opacity: 1;
}

.main-nav .nav-collapse .nav-menu .menu-item .menu-link.active {
	color: rgb(243, 245, 247);
}


.offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #0A0A0A;
	background-clip: padding-box;
	outline: 0;
	color: #fff;
	z-index: 100000;
	width: 400px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	transform: translateX(-100%);
}

.offcanvas.show {
	visibility: visible;
	transform: none;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
	transform: none;
}

.offcanvas-header {
	border: 1px solid rgba(255, 255, 255, .07);
	border-left: 0;
	border-right: 0;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 16px;
	justify-content: space-between;
}

.offcanvas-body .navbar-nav {
	list-style: none;
	padding: 5px 10px;
}

.offcanvas-body .navbar .nav-item .nav-link {
	border: none;
	border-radius: 8px;
	height: 44px;
	display: flex;
	align-items: center;
	padding: 8px 10px;
	/* transition: .25s; */
	white-space: nowrap;
	color: #eeeeee;
	opacity: .7;
	margin: 5px 0;
	justify-content: start;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 600;
}

.offcanvas-body .navbar .nav-item .nav-link.active {
	opacity: 1;
	background: rgba(164, 176, 221, 0.12);
}

.offcanvas-header .navbar-brand {
	display: flex;
	align-items: center;
	gap: 5px;
}

.offcanvas-header .navbar-brand .logo {
	width: 42px;
	height: auto;
	margin-right: 5px;
}

.offcanvas-header .navbar-brand .navbar-brand-text {
	font-size: 1.5rem;
	font-weight: 400;
	color: #0967FF !important;
}

html.dark .offcanvas-header .navbar-brand .navbar-brand-text {
	color: #FFF !important;
}

html.dark .offcanvas-header .navbar-brand .logo {
	filter: brightness(0) invert(1);
	/* Safari (for older versions) */
	-webkit-filter: brightness(0) invert(1);
}

.backdrop {
	/* background-color: rgba(0, 0, 0, 0.7); */
	position: relative;
	z-index: 1;
}

.backdrop::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: -1;
}

html.dark .backdrop::before {
	background-color: rgba(0, 0, 0, 0.7);
}

.no-scroll {
	overflow: hidden;
	height: 100%;
}


.content .inner-row .header {
	margin-top: 32px;
	width: 100%;

}

.content .inner-row .title {
	font-size: calc(1.2rem + 1vw);
	text-align: center;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1.2;
}

.content .inner-row .feature-description {
	text-align: center;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #6c6d73;
}

.form-floating {
	position: relative;
}

input#postUrl {
	height: calc(56px + 8px);
	line-height: 1.25;
	background: #0A0A0A;
	font-size: 1.1875rem;
	padding: 36px 12px 20px;
	border-radius: 8px;
	border: 2px solid rgba(243, 245, 247, 0.15);
	color: #e9e9e9;
	width: 100%;
	display: block;
	appearance: none;
	font-weight: 400;
	outline: none;
}

input#postUrl:focus::placeholder,
html.light input#postUrl:focus::placeholder {
	color: transparent;
}


input#postUrl:focus {
	border-color: rgba(95, 95, 95, .83);
}


html.light input#postUrl:focus {
	border-color: #0967FF;
}

input#postUrl:focus~label {
	color: rgba(165, 165, 165);
}

.form-floating label {
	position: absolute;
	top: 6px;
	left: 13px;
	font-size: 0.875rem;
	color: rgba(165, 165, 165, .8);
	transition: .1s;
	display: flex;
	align-items: center;
}

.paste-button,
.clear-button {
	all: initial;
	border-radius: 4px;
	font-family: inherit;
	background-color: #dae4ff;
	color: #0967FF;
	font-size: 1rem;
	padding: 11px 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	min-width: 60px;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}

.paste-button .icon,
.clear-button .icon {
	width: 1em;
	height: 1em;
	margin-right: 4px;
}


.clear-button {
	background: #1f1f1f;
	color: #fff;
}

.clear-button .icon path {
	fill: #fff
}

html.light .clear-button {
	background-color: #84848e;
}

html.dark .paste-button {
	background-color: #49495acf;
	color: #fff;
}


.button-wrapper {
	margin-top: 5px;
	margin-bottom: 15px;
}

button#loadVideos {
	width: 100%;
	height: 50px;
	border-radius: 8px;
	color: rgb(119, 119, 119);
	background: #0A0A0A;
	border: 2px solid #181818;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

button#loadVideos:hover {
	background: #0A0A0A;
	border-color: rgba(243, 245, 247, 0.15);
	color: rgb(243, 245, 247);
}

span.button-label {
	font-size: 1.25rem;
	display: flex;
	align-items: center;
}

.form-wrapper {
	max-width: 750px;
	margin: auto;
}

.media-unloaded {
	text-align: center;
	margin: 20px;
	max-width: 400px;
	margin: auto;
	background: #101010;
	border-radius: 8px;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.media-loaded .media-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
	gap: 16px;
	margin: auto;
	max-width: 750px;
}

.media-loaded .media-info {
	display: block;
	background: rgba(0, 0, 0, 0.05);
	padding: 16px;
	border-radius: 8px;
	max-width: 750px;
	margin: auto;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 16px;
}

html.dark .media-loaded .media-info {
	background: #0A0A0A;
	color: #eeeeee;
	opacity: .75;
	border: 1px solid #292929;
}

.media-loaded .media-info .user-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.media-loaded .media-info .meta-title {
	padding: 10px 0;
}

.media-loaded .media-info .meta-description {
	opacity: .75;
	line-height: 1.5;
	display: none;
}

.media-loaded .media-info .user-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 4px;
}


.media-loaded>.media-card {
	width: calc((100% / 3) - 19px);
	max-width: min-content;
}

.media-loaded .media-card {
	border-radius: 8px;
	overflow: hidden;
	background: #0A0A0A;
	height: 100%;
	color: #eeeeee;
	padding: 16px 0;
	min-width: 320px;
	min-width: 352px;
	width: calc((100% / 2) - 8px);
}

.media-loaded .media-card .media-header .media-title {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: calc(1.275rem + .3vw);
	text-align: center;
}


.media-loaded .media-card .media-body .download-options:not(:last-child) {
	margin-bottom: 10px;
}

.media-loaded .media-card .thumbnail-container {
	background: rgba(0, 0, 0, .3);
	margin: 0 15px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 224px; */
	padding: 20px 0;
	/* width: 100%; */
}


.media-loaded .media-card .thumbnail-container video {
	width: 100%;
	/* height: 100%; */
	min-height: 100px;
	max-height: 180px;
}

.media-loaded .media-card .thumbnail-container a {
	/* border-radius: 8px; */
	overflow: hidden;
	opacity: .8;
	transition: .15s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.media-loaded .media-card .thumbnail-container a:hover {
	opacity: 1;
}

.media-loaded .media-card .thumbnail-container a svg {
	position: absolute;
	font-size: 2.5rem;
	pointer-events: none;
	opacity: .8;
	color: #fff;
}

.media-loaded .media-card .thumbnail-container a img.thumbnail-img {
	min-height: 100px;
	max-height: 180px;
}

.media-loaded .media-card .media-body {
	padding: 16px;
	padding-bottom: 0;
}

.media-loaded .media-card .media-body .download-options {
	display: flex;
	align-items: center;
	justify-content: center;
}

.media-loaded .media-card .media-body .download-options a {
	display: flex;
	align-items: center;
	width: 100%;
}

html.light .media-loaded .media-card .media-body .download-options a.disabled .download-container .download-button {
	border: 2px solid #0967FF;
	border-radius: 8px 0 0 8px;
	border-right: none;
}

html.light .media-loaded .media-card .media-body .download-options a.disabled .download-container .open-link {
	border-color: #0967FF;
}

.media-loaded .media-card .media-body .download-options .download-button {
	border: 2px solid #292929;
	color: #eeeeee;
	border-radius: 8px 0 0 8px;
	padding: 10px 8px;
	background: #0A0A0A;
	opacity: .75;
	white-space: nowrap;
	border-right: none;
	width: 90%;
	overflow-x: auto;
	text-align: left;
}

.btn.download-another {
	border: 2px solid #292929;
	color: #eeeeee;
	border-radius: 8px;
	padding: 10px 20px;
	background: #0A0A0A;
	opacity: .75;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	max-width: 350px;
	margin: auto;
	cursor: pointer;
	margin-top: 10px;
}

.btn.download-another:hover {
	opacity: 1;
}

html.light .btn.download-another {
	background: #dae4ff;
	border-color: #dae4ff;
	color: #0967FF;
	opacity: 1;
	margin-top: 16px;
}

html.light .btn.download-another:hover {
	border-color: #0967FF;
}

.media-loaded .media-card .media-body .download-options .download-button>svg,
.media-loaded .media-card .media-body .download-options .open-link>svg {
	position: relative;
	top: 3px;
}

.media-loaded .media-card .media-body .download-options:hover .open-link,
.media-loaded .media-card .media-body .download-options:hover .download-button {
	border-color: #292929;
	opacity: 1;
}


.media-loaded .media-card .media-body .download-options .download-button .resolution-badge,
.media-loaded .media-card .media-body .download-options .download-button .hd-badge {
	padding: 0 5px;
	border-radius: 3px;
	background: #a6afe0;
	color: #0A0A0A;
	font-size: 0.875rem;
	min-width: 80px;
}

.media-loaded .media-card .media-body .download-options .download-button .hd-badge {
	min-width: 0;
	background: #ff6565;
}

.media-loaded .media-card .media-body .download-options .open-link {
	opacity: .75;
	background: #0A0A0A;
	color: #eeeeee;
	transition: none;
	padding: 10px 4px;
	border: 2px solid #292929;
	border-radius: 0 8px 8px 0;
	height: 100%;
	cursor: pointer;
}

.placeholder .placeholder-text {
	display: flex;
	flex-direction: column;
	margin: 20px;
}


.placeholder .placeholder-text .placeholder-message {
	color: rgb(119, 119, 119);
	font-size: 1rem;
}

.placeholder .placeholder-text .instructions-img {
	border-radius: 8px;
	min-height: 100px;
	max-height: max-content;
	max-width: 230px;
	margin: auto;
	margin-top: 10px;
}


html.dark .placeholder .placeholder-text .instructions-img.light {
	display: none;
}

html.light .placeholder .placeholder-text .instructions-img.dark {
	display: none;
}


.how-container {
	max-width: 750px;
	margin: auto;
	background: #f9f9f9;
	padding: 10px;
	border-radius: 4px;
}

html.dark .how-container {
	background: #0a0a0a;
	color: rgb(119, 119, 119);
}

html.dark .how-container .how-wrapper .step-to-download {
	color: rgba(165, 165, 165, .8);
}

html.dark kbd {
	border-color: rgb(24 24 24);
	background: rgb(24 24 24);
	color: rgb(176, 179, 184);
}

.how-container .how-wrapper .step-to-download {
	font-size: 1rem;
	font-weight: 600;
}

.how-container .how-wrapper ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 10px;
}


kbd {
	border: 1px solid rgb(229 231 235 / 1);
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: rgb(243 244 246 / 1);
	color: rgb(31 41 55 / 1);
	font-weight: 600;
	font-size: 0.875rem;
}

.how-container .how-wrapper ul li {
	margin-top: 12px;
}

.how-container .how-wrapper ul li .step-guide {
	color: #5aa7ff;
	font-weight: 500;
	border-radius: 4px;
	background-color: rgb(29, 155, 240, 0.2);
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	border: 1px solid #5aa7ff;
}

.how-container .how-wrapper ul li .step-desc {
	line-height: 24px;
}

.features-container {
	max-width: 750px;
	padding: 10px;
	margin: 10px auto;
	background: #f9f9f9;
	border-radius: 4px;
}

html.dark .features-container {
	background: #0a0a0a;
	color: rgb(119, 119, 119);
}

.features-container .title {
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
	line-height: 1.2;
}

html.dark .features-container .title {
	font-size: 1rem;
	color: rgba(165, 165, 165, .8);
}


.features-container .desc {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.features-container .desc p {
	margin: 10px 0;
}

.features-container .desc strong {
	color: rgb(119, 119, 119);
	font-weight: 600;
}

/* FAQ Container Styles */
.faq-container {
	width: 100%;
	margin-top: 30px
}

.faq-container.faq-private .faq-item h3 p {
	margin: 0;
}

.faq-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-content {
	max-width: 750px;
	width: 100%;
}

.faq-header {
	text-align: center;
	margin-bottom: 8px;
}

.faq-title {
	font-size: 1.5rem;
	color: rgb(243, 245, 247);
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
	word-break: break-word;
}

.faq-subtitle {
	display: none;
}

.main-nav .nav-collapse {
	display: none;
}

.nav-right-mobile {
	display: flex;
	align-items: center;
	gap: 12px;
}

button.menu-toggle {
	border: none;
	color: #fff;
	border-radius: 6px;
	height: 44px;
	width: 44px;
	background: rgba(164, 176, 221, .08);
	background: #1e1e1e;
	padding: 0;
}

button.menu-toggle svg {
	vertical-align: middle;
	margin: auto;
}


.faq-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-item {
	margin-top: 10px;
	font-weight: 500;
	color: rgb(119, 119, 119);
}

.faq-item .acceptedAnswer {
	font-size: 0.875rem;
	font-weight: 400;
}

.faq-item h3 {
	font-weight: 500;
	background: #101010;
	font-size: 1rem;
	padding: 12px 10px;
	border-radius: 4px 4px 0 0;
	margin: 0;
	line-height: 1.2;
}

.faq-item .text {
	line-height: 1.5;
	padding: 10px;
	background: #0A0A0A;
	border-radius: 0 0 4px 4px;
}

.faq-item .text p,
.faq-item .text ol,
.faq-item .text ul {
	margin: 0;
}

.media-card .media-body .download-options .download-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

section.about-section,
.privacy-policy-section,
.terms-of-service-section {
	padding: 60px 0;
}

.about-section h1,
.privacy-policy-section h1,
.terms-of-service-section h1 {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 500;
	line-height: 1.2;
}

p.about-text,
.privacy-policy-section p,
.terms-of-service-section p {
	margin-top: 10px;
	margin-bottom: 16px;
	line-height: 1.5;
}


.contact-section .content-wrapper {
	padding-top: 48px;
	padding-bottom: 48px;
}

.contact-section .content-wrapper .intro-text {
	color: rgb(119, 119, 119);
}

.contact-section .content-wrapper .card {
	padding: 48px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: #0A0A0A;
	border-radius: 6px;
}

.contact-section .content-wrapper .card .card-title {
	font-size: calc(1.325rem + .9vw);
	text-align: center;
	margin-top: 0;
}

.contact-section .content-wrapper .card .form-group .form-control,
#download-private-video-form .form-group .form-control {
	background: #0A0A0A;
	border: 2px solid rgba(243, 245, 247, 0.15);
	color: #fff;
	width: 100%;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	outline: none;
	border-radius: 6px;
}


#download-private-video-form .form-group .form-control::-moz-placeholder {
	color: #acb6c0;
	opacity: 1
}

#download-private-video-form .form-group .form-control:-ms-input-placeholder {
	color: #acb6c0
}

#download-private-video-form .form-group .form-control::-webkit-input-placeholder {
	color: #acb6c0
}

.contact-section .content-wrapper .card .form-group .form-control::placeholder {
	color: #AAADB0;
	opacity: 1;
}

.contact-section .content-wrapper .card .form-group .form-control::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #AAADB0;
}


.contact-section .content-wrapper .card .form-group {
	margin-bottom: 16px
}

.contact-section .content-wrapper .card .submit-button {
	background: rgba(243, 245, 247, 0.15);
	padding: 6px 12px;
	border: 1px solid #181818;
	border-radius: 6px;
	width: 100%;
}

.contact-section .content-wrapper .card .submit-button:hover {
	background: rgba(164, 176, 221, 0.12);
}


html.light .contact-section .content-wrapper .card .submit-button {
	background: #0967FF;
	border: 1px solid #0967FF;
}

html.light .contact-section .content-wrapper .card .submit-button:hover {
	background: #0060ff;
	border-color: #0060ff;
}

#download-private-video-form .label-step {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: .5em;
}

html.dark #download-private-video-form .label-step {
	color: rgba(165, 165, 165, .8)
}

#download-private-video-form .form-group {
	margin-bottom: 18px;
	position: relative;
}


html.light #download-private-video-form .form-group .form-control:focus {
	border-color: #0967FF;
}

html.dark #download-private-video-form .form-group .form-control:focus {
	border-color: rgba(95, 95, 95, .83);
}

html.dark #download-private-video-form .form-group .form-control:focus~svg {
	fill: rgb(243, 245, 247) !important;
}

html.light #download-private-video-form .form-group .form-control:focus~svg {
	fill: #4A4A4A !important;
}

.copy-button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: max-content;
	cursor: pointer;
	background-color: #dae4ff;
	color: #0967FF;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	font-weight: 500;
	padding-left: 28px;
	font-size: 1rem;
}

#download-private-video-form .form-group input.form-control {
	padding-left: 35px;
}

#download-private-video-form .paste-button,
#download-private-video-form .clear-button {
	padding: 5px 10px;
	padding-left: 28px;
	font-size: 1rem;
	right: 10px;
	min-width: auto;
}

#download-private-video-form .form-group svg {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

#download-private-video-form #viewsource {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: none;
	color: #7a7a7a;
	cursor: not-allowed;
}

html.dark #download-private-video-form #viewsource {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
}

footer.footer {
	margin-top: 25px;
	padding-top: 16px;
	border-width: 1px;
	border-color: rgba(243, 245, 247, 0.15);
	border-top-style: solid;
	background: #0A0A0A;
	padding-bottom: 1px;
}

.footer .footer-links {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: wrap;
	max-width: 750px;
	margin: auto;
	margin-bottom: 10px;
}

.footer .footer-links .footer-column .heading {
	font-weight: 600;
}

.footer .footer-links .footer-column .heading p {
	margin: 10px 0;
}

.footer .footer-links .footer-column .list-item .item {
	padding: 4px 0;
}

.footer-language-selector button.language-dropdown-btn {
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #b3b3b3;
	border-radius: 6px;
	/* border: none; */
}

.footer-language-selector button.language-dropdown-btn svg {
	vertical-align: middle;
}


.footer-language-selector .dropdown {
	position: relative;
	width: 100%;
}

.footer-language-selector .dropdown-menu {
	background: rgb(33, 33, 33);
	position: absolute;
	/* border: 1px solid rgba(255, 255, 255, 0.15); */
	/* border-radius: 6px; */
	right: 0;
	display: none;
	top: 52px;
}

html.light .footer-language-selector .dropdown-menu {
	border: 1px solid #d1d1d3;
	background: #d1d1d3;
}

.footer-language-selector .dropdown-menu.show {
	display: flex;
	flex-wrap: wrap;
	width: 240px;
}

/* .footer .language-dropdown-btn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    vertical-align: middle;
}  */

.footer-language-selector button.language-dropdown-btn:hover svg {
	fill: #0967ff;
}

.footer-language-selector .language-dropdown-btn.arrowUp::after {
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.footer-language-selector .dropdown-menu .dropdown-item {
	display: block;
	width: 100%;
	padding: 8px 19px;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	border: 0;
	color: rgb(243, 245, 247);
	transition: .2s;
	text-decoration: none;
	text-align: left;
	flex-basis: 50%;
	box-sizing: border-box;
	font-family: math;
}

.footer-language-selector .dropdown-menu .dropdown-item:hover,
.footer-language-selector .dropdown-menu .dropdown-item.active {
	background: rgba(164, 176, 221, 0.12);
}

html.light .footer-language-selector .dropdown-menu .dropdown-item:hover,
html.light .footer-language-selector .dropdown-menu .dropdown-item.active {
	background: #b6b6ba;
}


.footer section.footer-links a {
	color: rgb(243, 245, 247);
	/* margin-left: 8px;
	margin-right: 8px; */
	font-size: 0.875rem;
	transition: none;
}

html.dark .footer .footer-links .footer-column .heading {
	color: rgba(165, 165, 165, .8);
}

html.dark .footer section.footer-links a {
	color: rgb(119, 119, 119);
}

.footer section.footer-info {
	color: rgb(119, 119, 119);
	font-size: 0.8125rem;
	line-height: 1.5;
	max-width: 750px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer section.footer-info .social-network {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer section.footer-info .social-network .item {
	cursor: pointer;
}

.footer section.footer-info p {
	margin-top: 8px;
}

.footer section.footer-links a.active,
.footer section.footer-links a:hover {
	color: #0967FF !important;
}


html.dark .dark-mode .toggle .toggle-icon {
	border-color: rgb(243, 245, 247);
}

.dark-mode.dark-mode-mobile .toggle .toggle-icon,
.footer-language-selector button.language-dropdown-btn {
	width: 44px;
	height: 44px;
}

.footer-language-selector button.language-dropdown-btn {
	padding: 10px;
}

html.light .dark-mode.dark-mode-mobile .toggle .toggle-icon {
	background: #fff;
}


.dark-mode.dark-mode-mobile .toggle .toggle-icon svg {
	width: 20px;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1040;
	overflow: hidden;
}

.modal-dialog {
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	z-index: 1050;
}

.modal-content {
	border-radius: 8px;
	color: #a5a5a5;
	background: #0A0A0A;
	border: 2px solid #141414;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}

.modal-header {
	padding: 10px 16px 0;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
}

.modal-body {
	padding: relative;
	flex: 1 1 auto;
	padding: 16px;
}

.modal-footer {
	padding: 2px 12px 10px;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

button.modal-button.modal-close {
	border: none;
	border-radius: 8px;
	background: #21222c;
	opacity: .75;
	padding: 6px 12px;
}

button.modal-button.modal-close:hover {
	background: #1f1f1f;
	color: #fff;
}

h4.modal-title {
	font-size: 1.5rem;
	margin: 0;
}

.close-button {
	filter: invert(100%);
	background: none;
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
	cursor: pointer;
}

.close-button:hover svg {
	stroke: #21222c;
}

.close-button:hover svg path {
	fill: #21222c;
}


#captchaModal {
	display: block;
}

#captchaModal .modal-dialog {
	min-width: 340px;
	max-width: fit-content;
}

#captchaModal .modal-dialog .modal-content {
	min-height: 150px;
}

#captchaModal .modal-header {
	justify-content: space-between;
}

#captchaModal .modal-header .captcha-title {
	display: flex;
	align-items: center;
}

#downloadModal .modal-dialog,
#messageModal .modal-dialog {
	width: 500px;
}

.error-message {
	display: block;
	color: #5aa7ff;
	background-color: #E0ECFF;
	padding: 12px 20px;
	border: 1px solid #008bd7;
	border-radius: 4px;
	gap: 5px;
	line-height: 19px;
}

html.dark .error-message {
	background-color: #3A3D3E;
	color: #b0b3b8;
	border-color: rgba(243, 245, 247, 0.15);
}

.error-message .error-title {
	font-weight: 600;
}

html.light div.loading {
	border-color: #0967FF;
	background-color: #dae4ff;
}

div.loading {
	display: none;
	width: 100%;
	border-radius: 8px;
	color: #fff;
	/* height: 50px; */
	position: relative;
	overflow: hidden;
	background: #dae4ff;
	/* border: 2px solid rgb(255 255 255 / 30%); */
	display: flex;
	align-items: center;
	padding: 10px 8px;
	justify-content: center;
	/* position: absolute; */
	/* width: 100%; */
	/* left: 0; */
	text-align: center;
	border: 2px solid #292929;
	margin: auto;
}

html.dark div.loading {
	background: #181818;
}

html.dark div.progress {
	background: #0A0A0A;
}

html.dark span.loading-content {
	color: #fff;
}


div.progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	transition: .6s;
	background: #9fbdf2;
	width: 100%;
}

.loading-container {
	display: flex;
	align-items: center;
	gap: 5px;
}

.disabled {
	opacity: 0.5;
	pointer-events: none;
}

div#loading {
	width: 100%;
	border-radius: 8px;
	color: rgb(119, 119, 119);
	height: 50px;
	position: relative;
	overflow: hidden;
	background: rgba(1, 1, 1, 0.5);
	border: 2px solid rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: center;
}

html.light div#progress {
	background: #0967FF;
}

html.light div#loading {
	background: #999fb3;
	border-color: #999fb3;
}

html.light p.progress-info {
	color: #515255c2;
}

span.loading-content {
	z-index: 1;
	font-size: 1rem;
	color: #0967FF;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#downloadModal span.loading-content {
	color: #fff;
}

div#progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: rgb(255 255 255 / 30%);
	transition: .6s;
}

p.progress-info {
	margin: 0;
	margin-top: 10px;
	color: rgba(121, 126, 146, .5);
	text-align: center;
}

#downloadModal #progressText {
	font-size: 1rem;
}

#downloadModal .spinner {
	margin-right: 8px;
}


.note-container {
	max-width: 750px;
	margin: auto;
}

.note-container .note-content {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: justify;
	color: rgb(0 0 0 / 48%);
}

html.dark .note-container .note-content {
	color: rgb(119, 119, 119);
}

html.light #captchaModal h4.modal-title,
html.light #captchaModal .close-button svg {
	color: #a5a5a5;
}

html.light .close-button {
	filter: none;
}

/** -- DARK MODE STYLE -- */
html.light body {
	background: #fff;
}

html.light .main-nav {
	background-color: #fff;
	box-shadow: 0 5px 42px 0 #00000014;
}

html.light .faq-item h3 {
	background: #d1d1d3;
}

html.light .faq-item .text {
	background: #f4f4f6cb;
}

html.light .main-nav .brand-details .brand-note {
	color: rgb(119, 119, 119);
}

html.light .main-nav .nav-collapse .nav-menu .menu-item .menu-link.active {
	color: #0967FF;
	opacity: 1;
}

html.light button#loadVideos {
	background: #0967FF;
	border-color: #0967FF;
	color: #fff;
}

html.light button#loadVideos:hover {
	background: #0060ff;
	border-color: #0060ff;
}

html.light input#postUrl {
	background-color: #fff;
	border-color: #ebebf0;
	box-shadow: 0 5px 20px 0 #00000010;
}


html.light input#postUrl::placeholder {
	color: #e3e3ec;
}

html.light footer.footer {
	background-color: #fff;
	border-color: #ebebf0;
}

html.light .offcanvas-header {
	border-color: #ebebf0;
}

html.light .footer button.language-dropdown-btn,
html.light .footer .dropdown-menu {
	background: #d1d1d3;
}

html.light .offcanvas {
	background: #fff;
}

html.light .contact-section .content-wrapper .card {
	background: #f4f4f6cb;
}

html.light .contact-section .content-wrapper .card .form-group .form-control,
html.light #download-private-video-form .form-group .form-control {
	background: #fff;
	border-color: #ebebf0;
	color: #21222c;
}


html.light .offcanvas-body .navbar .nav-item .nav-link.active {
	color: #0967FF;
}

html.light button.menu-toggle {
	background: #0967FF;
}

html.light .contact-section .content-wrapper .card .submit-button {
	color: #fff;
}

html.light .main-nav .nav-collapse .nav-menu .menu-item .menu-link {
	opacity: .7;
}

html.light .media-loaded .media-card {
	background: #f4f4f6cb;
	color: #21222c;
}

html.light .media-loaded .media-card .thumbnail-container {
	background: #fff;
}

html.light .media-loaded .media-card .media-body .download-options .download-button,
html.light .media-loaded .media-card .media-body .download-options .open-link {
	background: #dae4ff;
	border-color: #89affd;
	color: #0967FF;
	opacity: 1;
}

html.light .media-loaded .media-card .media-body .download-options .download-button:hover,
html.light .media-loaded .media-card .media-body .download-options .open-link:hover {
	color: #0129ff;
}

html.light .media-loaded .media-card .media-body .download-options:hover .open-link,
html.light .media-loaded .media-card .media-body .download-options:hover .download-button {
	border-color: #0967FF;
}


html.light .media-loaded .media-card .media-body .download-options .download-button .resolution-badge,
html.light .media-loaded .media-card .media-body .download-options .download-button .hd-badge {
	color: #fff
}


html.light .media-loaded .media-card .media-body .download-options .download-button .resolution-badge {
	background: #0967FF;
}

html.light .modal-content {
	background: #fff;
	color: #21222c;
	border-color: #fff;
}

html.light button.modal-button.modal-close {
	background: #d1d1d3;
}

html.light button.modal-button.modal-close:hover {
	background-color: #84848e;
	color: #fff;
}

html.light .media-unloaded {
	background: #f4f4f6cb;
}

html.light body,
html.light .main-nav .nav-collapse .nav-menu .menu-item .menu-link,
html.light .faq-title,
html.light .faq-item h3,
html.light .faq-item .text,
html.light .main-nav .brand-details .brand-name,
html.light footer.footer,
html.light .footer section.footer-links a,
html.light .footer section.footer-info,
html.light .footer-language-selector .dropdown-menu .dropdown-item,
html.light .footer button.language-dropdown-btn,
html.light input#postUrl,
html.light .offcanvas-body .navbar .nav-item .nav-link,
html.light .offcanvas-header .navbar-brand .navbar-brand-tex,
html.light .placeholder .placeholder-text .placeholder-message,
html.light .contact-section .content-wrapper .intro-text,
html.light .offcanvas-header .navbar-brand .navbar-brand-text {
	color: #1c1e21;
}


@media (min-width: 768px) {

	.main-nav .menu-toggle,
	.nav-right-mobile {
		display: none;
	}

	.footer-language-selector .dropdown-menu {
		top: 45px;
		left: 50%;
		transform: translateX(-50%);
	}

	.main-nav .nav-collapse {
		display: flex;
		align-items: center;
		flex-basis: auto;
	}

	.footer-language-selector button.language-dropdown-btn {
		width: 28px;
		height: 28px;
		padding: 5px;
	}

	.faq-subtitle {
		display: inline;
	}

	.main-nav .nav-collapse {
		display: flex;
		align-items: center;
		flex-basis: auto;
	}

	.navbar-mobile {
		display: none;
	}

	.contact-section .content-wrapper {
		width: 50%;
		margin: auto;
	}

	.dark-mode-mobile {
		display: none;
	}
}

@media (min-width: 1340px) {
	html.light .dark-mode .toggle-dark .toggle-icon:hover {
		background: #63646A;
		border-color: #63646A;
	}

	html.light .dark-mode .toggle-dark .toggle-icon:hover>svg {
		filter: invert(10%) sepia(19%) saturate(25%) hue-rotate(85deg) brightness(10%) contrast(90%);
	}

	.dark-mode .toggle.toggle-light .toggle-icon:hover {
		background: rgb(243, 245, 247);
	}

	.dark-mode .toggle.toggle-light .toggle-icon:hover>svg {
		filter: brightness(0.3) contrast(1.2);
	}
}

@media (max-width: 1399px) {
	.media-loaded>.media-card {
		width: calc((100% / 2) - 19px);
	}
}

@media (max-width: 991px) {
	.media-loaded>.media-card {
		width: auto;
	}

	.contact-section .content-wrapper {
		width: 100%;
		;
	}
}

@media (max-width: 575px) {
	#navbar-mobile {
		width: 83.8%;
	}

	.footer section.footer-info p {
		text-align: justify;
	}

	.contact-section .content-wrapper .card {
		padding: 32px 16px;
	}

	.media-loaded {
		gap: 6px;
	}

	.media-loaded>.media-card {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.error-message {
		display: block;
		padding: 12px 16px;
	}

	.modal-dialog {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.media-loaded .media-card .media-body .download-options .open-link {
		padding: 10px 3px;
	}

	.media-loaded .media-card {
		min-width: 100%;
	}

	.footer section.footer-info {
		display: block;
	}

	.footer .footer-links .footer-column {
		flex: 1 1 calc(50% - 8px);
	}
}

@media (max-width: 320px) {
	.footer .footer-links .footer-column {
		flex: 1 1 100%;
	}
}

#notification {
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 1rem;
	color: #fff;
	display: none;
}

#notification.success {
	background-color: transparent;
	text-align: center;
	border: 1px solid #28a745;
	color: #28a745;
}

#notification.error {
	background-color: transparent;
	text-align: center;
	border: 1px solid #dc3545;
	color: #dc3545;
}

.contact-section .content-wrapper .card .submit-button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.copy-id-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip {
    visibility: hidden;
    background-color: #dae4ff;
    color: #0967FF;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 65%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: 600;
}

.copy-id-wrapper:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

/* Spinner rotation - tikdown pattern (cross-browser) */
.spinner-icon .spinner-arc {
    transform-origin: 12px 12px;
    animation: spinner-rotate 1s linear infinite;
    -webkit-animation: spinner-rotate 1s linear infinite;
}
@keyframes spinner-rotate {
    to { transform: rotate(360deg); }
}
@-webkit-keyframes spinner-rotate {
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
