@media all and (max-width: 600px) {
    #playlist-search-result .thumbnail,
    #playlist-search-result .video-download,
    #playlist-search-result .video-download-header,
    #playlist-search-result .video-image-header {
        display: none !important;
    }
    .downloader-description .image-content img {
        max-width: 400px !important;
        width: 100% !important;
        max-height: none !important;
        height: auto !important;
    }
}
@media all and (max-width: 500px) {
    #downloadBtn {
        position: initial !important;
        margin: -1px auto 0 !important;
        width: 100% !important;
    }
    .searchForm input {
        border-radius: 3px 3px 0 0 !important;
    }
}
@font-face {
    font-family: "Neutrif Pro";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/new/fonts/neutrif_pro_regular-webfont.woff2) format("woff2"), url(/assets/new/fonts/neutrif_pro_regular-webfont.woff) format("woff"),
        url(/assets/new/fonts/neutrif_pro_regular-webfont.svg) format("svg");
}
@font-face {
    font-family: "Neutrif Pro";
    font-style: normal;
    font-weight: 600;
    src: url(/assets/new/fonts/neutrif_pro_semi_bold-webfont.woff2) format("woff2"), url(/assets/new/fonts/neutrif_pro_semi_bold-webfont.woff) format("woff"), url(/assets/new/fonts/neutrif_pro_semi_bold-webfont.svg#NeutrifPro) format("svg");
}
body {
    margin: 0 auto !important;
    font-family: "Neutrif Pro", Sans-serif !important;
    background: #fff;
    font-size: 15px !important;
    color: #2f2f2fe6 !important;
}
.row {
    margin: 0 !important;
}
.purple-bg {
    background: #23203b !important;
}
#navMenu {
    display: block;
    padding: 20px 55px;
    margin: 0 auto;
}
#navMenu .logo {
    margin: 0;
    padding: 0;
    text-align: center;
}
#navMenu .menu,
#navMenu .menu ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
#navMenu .logo a {
    font-weight: 600;
    font-size: 26px;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 0.3px;
}
#navMenu .menu ul {
    list-style: none;
    position: relative;
    top: 7px;
}
#navMenu .menu ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 16px;
}
#navMenu .menu ul li a {
    color: #fff !important;
    font-weight: 700;
}
#black-cover {
    width: 100%;
    z-index: 90;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: none;
}
.sidenav .side-social-follow .text {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin: 15px 0;
}
.sidenav .side-social-follow img {
    width: 30px;
    position: relative;
    bottom: 1px;
}
.sidenav .side-social-follow a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 3px;
    padding: 3px 18px;
    width: 150px;
    margin: 11px auto 0;
}
.sidenav .twitter {
    background: #3cacf2;
}
.sidenav .facebook {
    background: #3b5898;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.4s;
    z-index: 100;
    background: #fff;
}
.sidenav .side-logo {
    padding: 0 8px 0 25px;
}
.sidenav .side-logo img {
    position: relative;
    bottom: 5px;
    width: 45px;
}
.sidenav .side-logo .name {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #201d21;
    text-decoration: none;
    padding: 0 0 0 5px;
}
.sidenav .side-logo .name:hover {
    text-decoration: none;
    color: #000;
}
.sidenav .closebtn,
.sidenav .links a {
    text-decoration: none;
    font-weight: 400;
    color: #555;
    transition: 0.3s;
}
.sidenav .side-content {
    width: 250px;
    height: 100%;
    background: #fff;
    opacity: 1;
    margin: 0;
    padding-top: 75px;
}
.sidenav .block {
    border-top: 1px solid #e8e7e7;
    margin-top: 15px;
    padding: 10px 0;
}
.sidenav .links a {
    padding: 15px 8px 15px 32px;
    font-size: 18px;
    display: block;
}
.sidenav .links a:active,
.sidenav .links a:hover {
    background: rgba(0, 0, 0, 0.129);
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    padding: 15px 8px 8px 32px;
}
.responsive-menu {
    text-align: left !important;
}
#responsive-nav {
    display: none;
}
#responsive-nav .domain-name {
    font-size: 17px !important;
    position: relative;
    top: 4px;
}
.menu-btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 1px;
}
.menu-btn div {
    width: 22px !important;
    height: 3px !important;
    background-color: #fff;
    margin: 6px 0;
    border-radius: 3px;
}
@media only screen and (max-width: 1220px) {
    .dropdown {
        width: 100% !important;
    }
    .dropdown .dropdown-content {
        box-shadow: none !important;
        min-width: inherit !important;
        width: 100% !important;
        top: 40px !important;
    }
    .dropdown .dropdown-content a {
        padding-left: 40px !important;
        color: #3c85e6 !important;
    }
    .dropdown .caret-down {
        bottom: 2px !important;
    }
    .dropdown .caret-down svg {
        fill: #4e4e4e !important;
    }
    #responsive-nav {
        display: block !important;
    }
    #navMenu {
        padding: 20px 5px !important;
    }
    #navMenu .desktop {
        display: none !important;
    }
    .domain-name {
        top: 4px;
    }
}
.bookmarklet-button {
    margin: 30px auto 40px;
    padding: 0 20px;
    height: 53px;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    background: #3d0e4a !important;
    text-decoration: none !important;
    border-radius: 5px;
    display: block;
    outline: 0;
    border: 0;
    line-height: 53px;
    text-align: center;
    width: 100%;
    max-width: 320px;
}
.bookmarklet-button:hover {
    background: #3d0e4a;
    text-decoration: none;
    color: #fff;
}
.loader,
footer {
    background: #23203b;
}
.pBtn,
.pBtn:hover,
.site-selection .site span {
    text-decoration: none !important;
}
footer {
    padding: 10px;
    color: #827f84;
    font-size: 12px;
    text-align: center;
}
footer ul {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}
footer ul li {
    display: inline-block;
    padding: 0 5px;
}
footer ul li a {
    color: #fff;
    font-size: 14px;
}
footer ul li a:hover {
    color: #fff;
}
.dropdown .caret-down svg {
    fill: #fff;
    width: 10px;
}
.upper-display {
    background: #f7f7f7 !important;
}
.upper-display .header {
    color: #000;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 10px;
}
.upper-display .header h2 {
    font-weight: 400;
    font-size: 20px;
}
.pBtn,
.site-selection .site-block {
    color: #fff !important;
    border-radius: 3px;
    font-weight: 700;
}
.pBtn {
    background: #6a2884;
    font-size: 15px;
    padding: 15px;
    display: block;
    width: 250px;
    margin: 20px auto 0;
}
.pBtn:hover {
    color: #fff !important;
    background: #23203b !important;
}
.site-selection .site-block {
    padding: 15px 5px;
}
.site-selection h2 {
    font-size: 30px;
    font-weight: 400;
    color: #223254e6 !important;
    margin-bottom: 50px;
}
.front-main {
    padding: 70px 15px !important;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.site-selection .site {
    margin-bottom: 30px;
}
.site-selection .site span {
    text-align: center;
    color: #223254e6 !important;
    font-weight: 700;
}
.site-selection a:hover .preview {
    border: 2px solid #562769;
}
.preview {
    background: #fdfdfd;
    border-radius: 4px;
    min-height: 100px;
    box-shadow: 0 0 1px 1px rgba(21, 37, 72, 0.11);
    position: relative;
    margin-bottom: 10px;
}
#downloadBtn,
.preview img {
    position: absolute;
    top: 0;
    right: 0;
}
.preview img {
    width: 50px;
    bottom: 0;
    left: 0;
    margin: auto;
}
.searchForm {
    padding: 0 15px 50px;
    max-width: 700px;
    margin: 0 auto;
}
.error-mssg {
    text-align: center;
    color: #f44336;
    font-weight: 600;
    margin-top: 30px;
    background: #fafafa;
    border-radius: 2px;
    padding: 20px 5px;
    font-size: 15px;
}
.error-mssg ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#downloadForm {
    position: relative;
}
.url-input {
    width: 100%;
    padding-right: 15px;
    height: 60px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    border: 1px solid #7f7878;
    background-color: #fff;
    padding-left: 55px;
    color: #474756;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.3px;
    background-image: url(/assets/new/fonts/input-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center left 12px !important;
}
#downloadBtn {
    background: #23203b;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    width: 150px;
    cursor: pointer;
    text-align: center;
    border-radius: 0 3px 3px 0;
}
#downloadBtn:hover {
    background: #24232d !important;
}
.spinner {
    margin: 0 auto 20px;
    width: 70px;
    height: 55px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #23203b;
    height: 100%;
    width: 7px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    animation-delay: -1.1s;
}
.spinner .rect3 {
    animation-delay: -1s;
}
.spinner .rect4 {
    animation-delay: -0.9s;
}
.spinner .rect5 {
    animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
#loading-message {
    margin-top: 40px;
    display: none;
    padding: 0 10px;
}
#loading-message .status {
    text-align: center;
    font-size: 21px;
    color: #4c4c4c;
}
.loader {
    font-size: 5px;
    margin: 30px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: linear-gradient(to right, #23203b 10%, rgba(2, 4, 1, 0) 42%);
    position: relative;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0);
}
.loader:after,
.loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #23203b;
    border-radius: 100% 0 0;
}
.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    margin: auto;
    bottom: 0;
    right: 0;
}
.dropdown,
.dropdown .caret-down {
    position: relative;
    display: inline-block;
}
@keyframes load3 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.downloadSection {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 15px;
}
.downloadSection .info {
    padding: 0 30px;
}
.downloadSection .title {
    margin: 0 auto;
    color: #223254e6;
    font-weight: 600;
    display: block;
    font-size: 19px;
    max-width: 600px;
}
.downloadSection .largeMargin {
    margin-bottom: 50px;
}
.downloadSection .smallMargin {
    margin-bottom: 20px;
}
.downloadSection h1 {
    font-size: 25px;
    margin-bottom: 50px;
}
.downloadSection h2 {
    text-decoration: underline;
    margin-top: 50px;
}
.downloadSection h3 {
    font-size: 21px;
    text-decoration: underline;
}
.downloadSection img {
    display: block;
    margin: 0 auto 16.75px;
    border: 1px solid #c5c5c5;
    width: 100%;
    max-width: 350px;
}
.downloadSection .downloadInstruction {
    max-width: 800px;
    margin: 0 auto 20px;
    display: block;
    font-size: 18px;
    color: #6f6f6f;
}
.downloadBtn,
.downloadBtn:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.downloadBtn {
    background: #6a2884;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    display: inline-block;
    padding: 11px 30px;
}
.downloadBtn:hover {
    background: #23203b !important;
}
.downloadsTable {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 100px;
    border-bottom: solid 1px #dedede;
}
.downloadsTable tbody {
    background-color: #fafafa;
}
.downloadsTable tbody td {
    border-top: solid 1px #dedede;
    padding: 21px 7px;
    font-size: 16px;
}
.downloadsTable tbody td .downloadBtn {
    background: #6a2884;
    color: #fff;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 3px;
}
.downloadsTable tbody td .downloadBtn:hover {
    background: #23203b !important;
    color: #fff !important;
    text-decoration: none !important;
}
.downloadsTable .headerRow {
    background: #fff;
    font-size: 17px;
}
.downloadsTable .headerRow th {
    margin-bottom: 10px;
    padding: 20px 7px;
}
.instructions-circular-style .step {
    text-align: center;
}
.instructions-circular-style .step span {
    background: #23203b;
    padding: 5px 15px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    margin-top: 25px;
}
.instructions-circular-style .title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}
.instructions-circular-style .description {
    margin-top: 5px;
    font-size: 16px;
    text-align: center;
}
.dropdown .caret-down {
    margin-left: 2px;
    bottom: 1px;
}
.dropbtn {
    color: #333;
    border: none;
    cursor: pointer;
}
.dropdown li {
    font-weight: 700 !important;
}
.dropbtn:focus,
.dropbtn:hover {
    text-decoration: underline;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 10px;
    top: 30px;
    text-align: left;
}
.dropdown-content a {
    color: #000;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
.dropdown .country-flag {
    display: inline-block;
}
.dropdown .country-flag svg {
    width: 17px;
    margin-right: 2px;
    position: relative;
    top: 3px;
}
.sidenav .dropdown {
    display: block !important;
}
.sidenav .dropdown .caret-down svg {
    fill: #000 !important;
}
#myResponsiveDropdown a {
    color: #fff !important;
}
#myResponsiveDropdown {
    display: none;
    background-color: #565656;
    z-index: 10;
    left: 10px;
    text-align: left;
    width: 100%;
}
.sidenav .dropdown .dropbtn:active,
.sidenav .dropdown .dropbtn:hover {
    background: rgba(0, 0, 0, 0.129);
}
#playlist-search-result .playlist-title {
    color: #000;
    font-size: 25px;
}
#playlist-search-result .video-title {
    overflow: hidden;
    text-align: left;
}
#playlist-search-result .video-title a {
    color: #2f2f2fe6;
    text-decoration: none !important;
}
#playlist-search-result .video-title a:hover {
    color: #2196f3;
    text-decoration: none;
}
#playlist-search-result .video-number {
    font-weight: 700;
}
#playlist-search-result .thumbnail {
    width: 100px;
}
#playlist-search-result .thumbnail img {
    width: 100%;
    border-radius: 5px;
}
.downloader-description .content {
    text-align: left;
    font-size: 18px;
    color: #333;
}
.downloader-description h2 {
    font-size: 30px;
    font-weight: 400;
    color: #223254e6 !important;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8e6;
    padding-bottom: 10px;
}
.downloader-description .image-content img {
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    max-height: 300px;
    width: auto;
}
.success-message {
    padding: 15px 10px;
    font-size: 17px;
    background: #e5ffc6;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    display: none;
}
.yt-title {
    font-size: 10pt;
    height: 38px;
    overflow: hidden;
    margin-bottom: 15px;
}

.mbr-iconfont {
    display: inline-flex;
    font-size: 2rem;
    color: #ffffff;
    width: 80px;
    justify-content: center;
    align-items: center;
    background: #15294f;
    height: 80px;
    border-radius: 50%;
}
.accordion {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.accordion .card {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
}

.accordion .card-header {
    padding: 25px 15px;
    background-color: #23203b; /* Dark blue background */
    color: #fff; /* White text color */
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-align: left; /* Ensure header text is left-aligned */
    font-size: 17px; /* Adjust text size */
}

.accordion .card-body {
    padding: 20px 15px;
    display: none;
    background-color: #fff;
    text-align: left; /* Ensure content is left-aligned */
    margin-top: 5px; /* Space between header and body */
}

.accordion .card-body.show {
    display: block;
}

.accordion .card-header.active {
    background-color: #1b1a2b; /* Slightly darker background for active state */
}

            .cc-notice {
                text-align: center;
                color: #000;
                margin-top: 40px;
                margin-bottom: -25px
            }
            .cc-notice a {
                color: #000;
                text-decoration: underline
            }


.form-container {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 100%; /* Take up 100% of the width of the .content container */
    margin: 0 auto; /* Center within the .content div */
    max-width: 600px; /* Optional: set a maximum width for the form */
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
    color: #23203b; /* Keep the text color as per your preference */
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.btn-submit {
    width: 100%;
    padding: 10px;
    background-color: #23203b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box; /* Ensure padding doesn't affect button width */
}

.btn-submit:hover {
    background-color: #3e3b61;
}

.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    resize: vertical; /* Allows the textarea to be resized vertically */
}