#navbar {
    border-width: 0;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.55);
    border-color: transparent;
    position: sticky;
    top: 0;
    background: #EDF2FA;
    z-index: 1020;
}

#navbar .navbar-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

#navbar .navbar-wrapper.sticky {
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2);
}

#navbar .navbar-brand {
    text-decoration: none;
}

a.navbar-brand .logo {
    display: flex;
    align-items: center;
}

a.navbar-brand .logo .brand-name {
    font-size: 2.5rem;
    color: #111111;
    font-weight: 600;
    margin-left: 5px;
    font-family: "Baloo Tamma 2";
    line-height: 1.2;
}

.arrowUp {
    transform: rotateX(180deg);
}

#navbar .logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

#jumbotron .main-box-download .logo img {
    width: 400px;
}

#navbar .nav {
    display: flex;
    align-items: center;
    margin: 0;
}


#navbar .nav li {
    position: relative;
    list-style: none;
    /* padding: 5px; */
}

#navbar .nav>li>a {
    color: #344050;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
    background-color: #181818;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    z-index: 99;
    padding: 10px;
    width: 32px;
    height: 32px;
}

.dashboard .card-body {
    padding: 20px;
}


.dashboard .card-body hr {
    margin: 10px -20px;
    border: 0.5px solid rgb(237 242 249);
}

.dashboard .card-body .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard .card-body .items a {
    padding: 15px;
    border-radius: ra;
}

.dashboard .card-body .items a:hover {
    background: #edf2f9;
    border-radius: 8px;
}

.dashboard .card-body .items a img,
.dashboard .card-body .items.subpage-list .avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .card-body .items.subpage-list .avatar {
    background: #bfd7f8ab;
}


.dashboard .card-body .items.subpage-list .avatar .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .card-body .contact-us-btn {
    text-align: center;
    border: 1px solid #2B7BE5;
    width: max-content;
    margin: auto;
    padding: 5px 8px;
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.dashboard .card-body .contact-us-btn:hover {
    background: #2B7BE5;
}

.dashboard .card-body .contact-us-btn:hover a {
    color: #fff;
}

.dashboard .card-body .contact-us-btn a {
    text-decoration: none;
    color: #2B7BE5;
    display: flex;
    align-items: center;
    gap: 5px;
}

.disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.close-button {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: auto;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.dark-mode {
    padding: 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;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #d8e2ef;

}

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

.dark-mode .toggle .toggle-icon img,
.dark-mode .toggle .toggle-icon svg {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 17px;
    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
}


.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2B7BE5;
}

#navbar .navbar-nav>li>a {
    color: #fff;
    padding: 19.5px 0;
}

.subpage {
    margin-top: 50px;
}

.subpage h1 {
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    padding: 15px 18px;
    font-size: 2.5rem;
    color: #344050;
    font-weight: 400;
    background: rgb(249 250 253);
    margin: 0;
    border-top-left-radius: 3.75px;
    border-top-right-radius: 3.75px;
}

.subpage-content {
    border-top: 1px solid #ecf0f1;
    padding: 20px 18px;
    line-height: 2.3;
    color: #5e6e82;
    background: #fff;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
    border-bottom-left-radius: 3.75px;
    border-bottom-right-radius: 3.75px;
}

.subpage-content p {
    margin-top: 0;
}

#about {
    margin-bottom: 15px;
}

html.dark #about h3 {
    color: rgb(243, 245, 247);
    background-color: #0A0A0A;
}
html.dark #about .about-content {
    color: rgb(119, 119, 119);
    background: #101010;
    border-color: #363737;
}

#about .about-title {
    padding: 10px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

#about .about-title {
    color: #344050;
    background-color: rgb(249 250 253);
}
html.dark #about .about-title {
    color: #fff;
    background-color: #0A0A0A;
}

#about .about-title h3 {
    margin: 5px 0;
    font-size: 1.6rem;
}

#about .about-content {
    border-top: 1px solid #ecf0f1;
    padding: 20px 18px;
    line-height: 2.3;
    background: #fff;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 300;
    border-bottom-left-radius: 3.75px;
    border-bottom-right-radius: 3.75px;
}

#about .about-content p {margin-top: 0;}

#about .about-content strong {
    font-weight: 600;
}
.how-to-use-section h1 span {
    font-weight: 600;
}

.how-to-use-section .container {
    position: relative;
    overflow: hidden;
}

.how-to-use-section .container:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1
}

.how-to-use-section .timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.how-to-use-section .timeline-block-right {
    margin-left: auto;
}

.how-to-use-section .timeline-block-left {
    margin-right: auto;
    direction: rtl
}

.how-to-use-section .marker {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #2B7BE5;
    margin-top: 10px;
    z-index: 1
}

.how-to-use-section .timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

.how-to-use-section .timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #344050;
}

.how-to-use-section .timeline-content span {
    font-size: 1.5rem;
    color: #2B7BE5;
    font-weight: 400;
}

.how-to-use-section .timeline-content p {
    font-size: 1.4rem;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}



/* #navbar .languages {
    padding-left: 40px;
} */

#navbar .nav>li>a:hover {
    color: #2B7BE5;
    background-color: transparent;
}


#navbar .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.dropdown-menu {
    position: absolute;
    top: 43px;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1.5rem;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}


.nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    border: none;
    border-radius: 3.75px;
}

.languages .dropdown-menu>li:not(:first-child) {
    border-top: 1px solid #d8e2ef;
}

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #344050;
    display: block;
    padding: 10px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
    cursor: pointer;
}


.dropdown-menu .divider {
    height: 1px;
    /* margin: 9.5px 0; */
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.progress-container {
    /* visibility: hidden;
    opacity: 0; */
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 6px;
    box-shadow: none;
    margin-top: -21px !important;
    margin-bottom: 21px !important;
}

.progress-bar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background-color: #2c3e50;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background: linear-gradient(90deg, rgb(6, 224, 156) 0%, rgb(0, 142, 200) 100%);
    border-radius: 4px;
}

.progress-bar .progress {
    font-size: 1rem;
    line-height: 10px;
}

#jumbotron {
    padding-top: 30px;
}

#jumbotron .main-box-download {
    border-radius: 3.75px;
    /* border-bottom-right-radius: 3.75px; */
    background: rgb(249 250 253);
    padding-bottom: 40px;
    padding-top: 18px;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    padding: 30px 20px;
}

.centered-content.main-box-download .logo .brand-name {
    font-size: 6rem;
    color: #111111;
    font-weight: 600;
    /* margin-left: 5px; */
    font-family: "Baloo Tamma 2";
    margin: 0;
    line-height: 1;
}

#jumbotron .result .banner-ads img {
    width: 100%;
}

#jumbotron .title {
    font-size: 3.5rem;
    color: #344050;
    font-weight: 400;
    /* margin-top: 5px; */
}

#jumbotron .result .content .title {
    font-size: 2.4rem;
}

#jumbotron .title span {
    color: #18bc9c;
}

#jumbotron .subtitle {
    margin-top: -1%;
    font-size: 2.6rem;
    letter-spacing: -0.7px;
}

#jumbotron .subtitle small {
    font-weight: 300;
    line-height: 1;
    color: #5e6e82;
    font-size: 1.9rem;
}

#jumbotron .input-group {
    position: relative;
    display: flex;
    margin: auto;
}

#jumbotron .contact-form .input-group .input-text {
    width: 100%;
}
#jumbotron .input-group .input-text {
    position: relative;
    z-index: 2;
    float: left;
    width: 80%;
    margin-bottom: 0;
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 18px 27px;
    font-size: 1.9rem;
    background-color: #fff;
    border: 1px solid #d8e2ef;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #344050;
}

#jumbotron .btn-download {
    color: #fff;
    background-color: #fff;
    border-color: #2c3e50;
    border: 2px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 0 0 1px rgba(43, 45, 80, 0.1), 0 2px 5px 0 rgba(43, 45, 80, 0.08), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    /* color: #2B7BE5; */
}

#jumbotron .input-group .btn-download:hover {
    background-color: #edf2fa;
}

#jumbotron .btn-download {
    gap: 6px;
    color: #2B7BE5;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 1.8rem;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
}

button.btn-download .download-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

#jumbotron .help-button-container .btn-help,
#jumbotron .result .btn-download {
    color: #fff;
    background-color: #95a5a6;
    border-color: #95a5a6;
    border-width: 2px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 1.5rem;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: auto;
}


#jumbotron .result .media-type {
    font-size: 3rem;
    color: #344050;
    font-weight: 500;
    text-transform: uppercase;
}

#jumbotron .result .btn-download {
    color: #fff;
    background-color: #2c3e50;
    border-color: #595e64;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-top: 20px;
    padding: 0;
    width: 100%;
    position: relative;
}

#jumbotron .result .btn-download:hover {
    background-color: #2c3e50;
}

#jumbotron .result .btn-download a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    /* position: relative; */
    width: 100%;
    /* left: 0; */
    /* z-index: 999; */
    margin: auto;
    text-align: center;
}

#jumbotron .result .btn-download .download-container {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    justify-content: center;
    width: 100%;
}



#jumbotron .result .btn-download:hover {
    background-color: #1c2c3c;
}

#jumbotron .help-button-container .btn-help .glyphicon {
    margin-right: 5px;
}


#jumbotron .result {
    padding: 0;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

#jumbotron .result .box-item {
    display: flex;
    justify-content: space-between;
    background-color: rgb(249 250 253);
    /* border: 3px solid #edf2fa; */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3.75px;
    /* display: flex; */
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
}

.box-item.download-option-wrapper {
    /* padding: 10px 10px 0 10px; */
}

#jumbotron .result .box-item .title-header {
    padding: 20px;
    font-size: 1.6rem;
    /* margin-bottom: 0; */
    /* display: flex; */
    align-items: center;
    gap: 5px;
    font-weight: 500;
    line-height: 1.2;
    /* text-align: center; */
    background: #fff;
    border-top-left-radius: 3.75px;
    border-top-right-radius: 3.75px;
}



#jumbotron .result .box-item .box .divider-wraper {
    position: relative;
    /* font-size: 2rem; */
    /* padding: 10px 0; */
}

#jumbotron .result .box-item .box .divider-wraper hr {
    margin: 20px 0;
    color: #d8e2ef;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

#jumbotron .result .box-item .box .divider-wraper .divider-content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(249 250 253);
    /* font-family: var(--falcon-font-sans-serif); */
    font-size: 1.4rem;
    color: #9da9bb;
    white-space: nowrap;
    font-weight: 400;
}

#jumbotron .result .box-item .thumbnail {
    flex: 1;
    /* max-width: 50%; */
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
}

#jumbotron .result .box-item .thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#jumbotron .result .box-item .content {
    flex: 1;
    /* max-width: 50%; */
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
}

#jumbotron .result .box-item .content .infor {
    display: flex;
    justify-content: space-between;
}

#jumbotron .result .box-item .content .infor.duration span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #073d84;
}


#jumbotron .result .box-item .content .infor.title span {
    color: #344050;
    font-weight: 500;
    text-align: left;
}

#jumbotron .result .box-item .content .infor span {
    color: #5e6e82;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
}

#jumbotron .result .box-item .content .infor.creator span {
    color: #2B7BE5;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

#jumbotron .result .box-item .content .infor.description span {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#jumbotron .result .box-item .content .title {
    text-align: center;
    font-weight: 600;
    margin: 5px 0;
}

#jumbotron .result .box-item .content .seperator {
    height: 2px;
    width: 30px;
    background-color: #d9d9d9;
    margin: auto;
    margin-bottom: 10px;
}

#jumbotron .result .box-item .content .description,
#jumbotron .result .box-item .content .duration {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

#jumbotron .result .box-item .content .duration {
    background-color: #edf2fa;
    padding: 10px 13px;
    width: max-content;
    border-radius: 4px;
}

#jumbotron .result .download-option {
    /* display: flex; */
    /* align-items: center; */
    justify-content: flex-start;
    /* margin-top: 50px; */
    flex-direction: column;
    gap: 15px;
    /* height: max-content; */
    /* padding: 20px; */
    width: 100%;
    margin-bottom: 0;
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    /* padding: 12px 15px; */
    /* font-size: 1.9rem; */
    background-color: #fff;
    border: 1px solid #d8e2ef;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /* border-bottom-right-radius: 0; */
    /* border-top-right-radius: 0; */
    /* right: 10px; */
    /* position: relative; */
    text-indent: 15px;
    height: 15px;
    height: 40px;
    vertical-align: middle;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    line-height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right 5px center;
}


#extension .flex-row {
    gap: 15px
}

#extension .extension-faq{
    background-color: #fff;
    border-radius: 4px;
    width: 50%;
    -webkit-box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    background: #F9FAFD;
    border-radius: 3.75px;
    height: 100%;
}

#features .flex-row {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}


#features .feature-item {
    flex: 1 1 30%;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    background: #F9FAFD;
    padding: 40px 47px;
    border-bottom-left-radius: 3.75px;
    text-align: center;
    border-bottom-right-radius: 3.75px;
    min-height: 440px;
    /* margin: auto; */
    /* text-align: center; */
}

#features .feature-item .feature-backdrop {
    background-color: #e0f0ff;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features .feature-title {
    line-height: 1.2;
    font-size: 1.5rem;
    margin: 5px 0;
    font-size: 2.5rem;
    gap: 5px;
    line-height: 1.2;
    color: #344050;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

#features .feature-description {
    line-height: 2;
    color: #5e6e82;
    font-size: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
}

#features .feature-description strong {
    font-weight: 500;
}

#features .feature-description .strong {
    font-weight: 500
}

#extension .extension-faq {
    border-color: #3498db;
}

.extension-how-container {
    font-size: 1.5rem;
    line-height: 1.5;
}

html.dark .extension-how-container {
    color: rgb(119, 119, 119);
}

html.dark .extension-how-container .extension-how-container-content .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(243, 245, 247);
}
.extension-how-container .extension-how-container-content .step-to-download {
    font-size: 1.6rem;
    font-weight: 600;
}

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


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

.extension-how-container .extension-how-container-content ul li {
    margin-top: 12px;
}
.extension-how-container .extension-how-container-content ul li .step-guide {
    color: rgb(254, 44, 85);
    font-weight: 500;
    border-radius: 2.5px;
    background-color: rgba(254, 44, 85, 0.06);
    padding-left: 6.25px;
    padding-right: 6.25px;
    padding-bottom: 1.25px;
    padding-top: 1.25px;
    border: 1px solid rgb(254, 44, 85)
}
.extension-how-container .extension-how-container-content ul li .step-desc {
    line-height: 2;
}


#extension .extension-title {
    color: #344050;
    background-color: rgb(249 250 253);
    /* border: 1px solid #F9FAFD; */
    padding: 10px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: 500;
    line-height: 1.2;
}


#extension .extension-title h3 {
    margin: 5px 0;
    font-size: 1.6rem;
    /* margin-bottom: 0; */
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    line-height: 1.2;
}

#extension .extension-content {
    /* padding: 15px; */
    min-height: 450px;
    /* overflow-y: scroll; */
    padding: 20px 10px;
    /* padding-bottom: 20px; */
    background: #fff;
}

.slides-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}


.slides-image>.media-card {
    width: calc((100% / 2) - 5px);
    /* max-width: min-content; */
    /* flex: 1 1 50%; */
    /*grow | shrink | basis */
}

.slides-image .media-card {
    border-radius: 8px;
    overflow: hidden;
    background: #f4f4f6cb;
    height: 100%;
    /* color: #eeeeee; */
    padding: 10px 0;
}

.slides-image .media-card .media-header .media-title {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: calc(1.275rem + .3vw);
    text-align: center;
}

.slides-image .media-card .thumbnail-container {
    background: #fff;
    margin: 0 15px;
    border-radius: 8px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* height: 140px; */
    padding: 15px;
    /* width: 100%; */
    padding: 20px 0;
}

html.dark .slides-image .media-card .thumbnail-container {
    background: #0a0a0a;
}


.slides-image .media-card .thumbnail-container video {
    width: 100%;
    min-height: 100px;
    max-height: 180px;
}

.slides-image .media-card .thumbnail-container a {
    /* max-width: 235px; */
    overflow: hidden;
    opacity: .9;
    transition: .15s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    /* height: 100%; */
    /* margin: 10px; */
}

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


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

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

.slides-image .media-card .media-body {
    padding: 15px;
    /* padding-top: 10px; */
    /* margin: 0 15px; */
    padding-bottom: 0;
}

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


.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: #fff;
    font-size: 1.3rem;
    /* min-width: 80px; */
    /* margin: 5px; */
}

.media-loaded .media-card .media-body .download-options .download-button .resolution-badge {
    background: #5b51d8;
}

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

.media-loaded .media-card .media-body .download-options .open-link {
    /* opacity: .75; */
    background: #dae4ff;
    color: #dae4ff;
    transition: none;
    padding: 10px 4px;
    border: 1px solid #dae4ff;
    border-radius: 0 8px 8px 0;
    height: 100%;
    color: #5b51d8;
    cursor: pointer;
    border-left: 2px solid #f4f4f6cb;
    vertical-align: middle;
}

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

.slides-image .media-card .media-body .download-options a {
    display: flex;
    align-items: center;
    width: 100%;
    /* font-size: 1rem; */
}

.slides-image .media-card .media-body .download-options a:hover {
    text-decoration: none;
}

.slides-image .media-card .media-body .download-options a:hover button {
    opacity: 1;
}

.slides-image .media-card .media-body .download-options .download-button {
    border: 1px solid #292929;
    color: #eeeeee;
    border-radius: 8px 0 0 8px;
    padding: 10px 8px;
    background: #dae4ff;
    opacity: 1;
    white-space: nowrap;
    width: 90%;
    overflow-x: auto;
    font-size: 1.3rem;
    line-height: 1.5;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-color: #dae4ff;
    color: #5b51d8;
    /* overflow: hidden; */
}

button.btn.download-button svg {
    position: relative;
    top: 3px;
}

.slides-image .media-card .media-body .download-options .download-button:hover,
.media-loaded .media-card .media-body .download-options .open-link:hover {
    background: #9fbdf2;
}

#extension .extension-updates {
    min-width: 50%;
}

#extension .extension-updates .extension-content .update-item {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
}

#extension .extension-updates .extension-content .update-item .update-title {
    position: relative;
    padding-left: 13px;
    color: #2c3e50;
}

#extension .extension-updates .extension-content .update-item .update-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2c3e50;
}

#extension .extension-faq .extension-content .faq-item {
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
}

#extension .extension-faq .extension-content .faq-item .faq-question:after {
    content: "";
    display: inline-block;
    border-top: 7px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    color: #2c3e50;
}

#extension .extension-faq .extension-content .faq-item.collapse .faq-question:after {
    color: #286fce;
    transform: rotateX(180deg);
}

#extension .extension-faq .extension-content .faq-item .faq-answer {
    display: none;
}

#extension .extension-faq .extension-content .faq-item+.faq-item {
    margin-top: 10px;
}

#extension .extension-faq .extension-content .faq-item .faq-question {
    cursor: pointer;
    padding: 15px 18px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#extension .extension-faq .extension-content .faq-item .faq-question strong {
    font-weight: 400;
    color: #5e6e82;
}


#extension .extension-faq .extension-content .faq-item.collapse .faq-question strong {
    color: #286fce;
}

#extension .extension-faq .extension-content .faq-item .faq-question a {
    color: #2c3e50;
    text-decoration: none;
}

#extension .extension-faq .extension-content .faq-item .faq-question a:hover {
    text-decoration: none;
}


#extension .extension-faq .extension-content .faq-item .faq-answer {
    border-top: 1px solid #ecf0f1;
    padding: 20px 18px;
    line-height: 2;
    color: #5e6e82;
}

#features {
    margin-top: 15px;
}

#footer {
    margin-bottom: 15px;
    margin-top: 25px;
    color: rgb(116 129 148);
    font-size: 1.3rem;
    font-weight: 300;
}

#footer .flex-row {
    justify-content: space-between;
}

.subpage .text-wrap {
    text-align: left;
}

.subpage ol li,
.subpage ul li {
    margin-bottom: 7px;
}

.contact-form {
    width: 50%;
    margin: auto;
}

#jumbotron.subpage .contact-form .input-group {
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
    height: 100%;
}

#jumbotron.subpage .contact-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
    /* display: flex; */
    /* align-items: center; */
    /* gap: 5px; */
    font-weight: 500;
    line-height: 1.2;
    color: #344050;
}


#jumbotron.subpage .contact-form .input-text {
    border-radius: 6px;
}

#jumbotron.subpage .contact-form textarea.input-text {
    min-height: 150px;
    resize: none;
}

#jumbotron.subpage .contact-form .btn-download {
    border-radius: 6px;
    justify-content: center;
    padding: 15px 20px;
    margin: auto;
}

.spinner-icon {
    width: 25px;
    text-align: center;
    margin: auto;
}

.error-detail {
    border-radius: 4px;
    border: 1px solid #ecf0f1;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    max-width: max-content;
    padding: 10px 50px;
    margin: auto;
    margin-top: 10px;
    color: #fff;
    background: rgb(52 64 80);
    margin-top: 20px;
}

#section-404 h1 {
    text-align: center;
    font-size: 5rem;
    font-weight: 500;
}

.modal {
    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: rgb(249 250 253);
    border: 2px solid rgb(249 250 253);
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    color: #344050;
    font-size: 1.4rem;
    font-weight: 500;
    border: none;
}

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

.modal-body {
    padding: relative;
    flex: 1 1 auto;
    /* padding: 10px; */
    text-align: center;
    /* display: flex; */
    /* flex: 1 1 auto; */
    padding: 14px;
}

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

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

.modal-title {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

#downloadModal .progressText {
    font-size: 1.6rem;
}

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


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: 11px 15px;
    justify-content: center;
    /* position: absolute; */
    /* width: 100%; */
    /* left: 0; */
    text-align: center;
    margin: auto;
}

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

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

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

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

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

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

.agree-terms {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
    color: #5e6e82;
    text-align: center;
    margin-top: 10px;
}

.paste-button,
.clear-button {
    all: initial;
    border-radius: 4px;
    font-family: inherit;
    background-color: #ffdada;
    color: #DB4437;
    font-size: 1rem;
    padding: 13px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-width: 60px;
    position: absolute;
    top: 50%;
    right: 205px;
    transform: translateY(-50%);
    z-index: 22;
    font-size: 1.3rem;
}

.paste-button:hover {
    background: #f4cdcd;
}

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

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

html.dark .clear-button:hover {
    background: #454040;
}


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

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

.clear-button:hover {
    background-color: #62626d;
}

.download-another {
    margin-top: 30px;
}

.banner-ads {
    margin: 20px 0 10px 0;
}

.banner-ads img {
    width: auto;
}


#navbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}


html.dark body {
    background: #181818;
}

html.dark .dark-mode .toggle .toggle-icon {
    background: #181818;
}

html.dark #navbar {
    background: #0A0A0A;
}

html.dark #navbar .nav>li>a,
html.dark #jumbotron .title {
    color: #fff;
}

html.dark #features .feature-item,
html.dark #extension .extension-faq.extension-content,
html.dark #jumbotron .main-box-download {
    background: #101010;

}

html.dark #features .feature-title,
html.dark a.navbar-brand .logo .brand-name,
html.dark .centered-content.main-box-download .logo .brand-name {
    color: rgb(243, 245, 247);
}

html.dark .dropdown-menu {
    background-color: #101010;
}

html.dark .languages .dropdown-menu>li:not(:first-child) {
    border-color: #181818;
}

html.dark #extension .extension-faq .extension-content .faq-item,
html.dark #extension .extension-faq .extension-content .faq-item .faq-answer {
    border-color: #363737;
}

html.dark #extension .extension-faq .extension-content .faq-item .faq-question:after,
html.dark .slides-image .media-card .media-header .media-title {
    color: rgb(243, 245, 247);
}

html.dark .dropdown-menu .divider {
    background-color: #181818;
    ;
}

html.dark .dropdown-menu>li>a {
    color: rgb(243, 245, 247);
}

html.dark #extension .extension-faq .extension-content .faq-item .faq-question strong,
html.dark #extension .extension-faq .extension-content .faq-item .faq-answer {
    color: rgb(243, 245, 247);
}

html.dark #extension .extension-title {
    color: #fff;
    background-color: #0A0A0A;
}

html.dark #extension .extension-content {
    background: #101010;
}

html.dark #footer {
    color: rgb(119, 119, 119);
}

html.dark #jumbotron .subtitle small {
    color: rgb(119, 119, 119);
}

html.dark #jumbotron .main-box-download .logo.black-logo,
html.dark #navbar .logo.black-logo {
  display: none;
}

html.light #jumbotron .main-box-download .logo.white-logo,
html.light #navbar .logo.white-logo {
  display: none;
}

html.dark #features .feature-description {
    color: rgb(119, 119, 119);
}

html.dark #jumbotron .result .box-item {
    background-color: #181818;
}

html.dark #jumbotron .result .box-item .title-header {
    background: #0A0A0A;
    color: rgb(243, 245, 247);
}

html.dark #jumbotron .result .box-item .content .infor span a {
    color: #fff;
}

html.dark #jumbotron .result .box-item .content .infor span,
html.dark .agree-terms,
html.dark #jumbotron .result .box-item .box .divider-wraper hr,
html.dark #jumbotron .result .box-item .box .divider-wraper .divider-content-center,
html.dark .how-to-use-section .timeline-content span {
    color: rgb(119, 119, 119);
}

html.dark #jumbotron .result .box-item .box .divider-wraper .divider-content-center {
    background-color: rgb(24 24 24);
}

html.dark #jumbotron .result .box-item .content .duration {
    background-color: #101010;
}

html.dark #jumbotron .result .btn-download {
    background-color: #101010;
    border-color: #181818;
}

html.dark #jumbotron .result .btn-download:hover {
    background: #0A0A0A;
}

html.dark .agree-terms a,
html.dark .dashboard .card-body .contact-us-btn a,
html.dark .how-to-use-section .timeline-content h3,
html.dark #section-404 h1 {
    color: rgb(243, 245, 247);
}

html.dark #jumbotron .help-button-container .btn-help,
html.dark .slides-image .media-card .media-body .download-options .download-button {
    background-color: #181818;
    border-color: #181818;
}


html.dark #jumbotron .help-button-container .btn-help:hover,
html.dark .slides-image .media-card .media-body .download-options .download-button:hover {
    background-color: #0A0A0A;
    border-color: #0A0A0A;
}

html.dark .slides-image .media-card .media-body .download-options .download-button:hover {
    border-color: #181818;
}

html.dark .media-loaded .media-card .media-body .download-options .open-link:hover {
    background-color: #0A0A0A;
}

html.dark #loading-data circle {
    fill: rgb(243, 245, 247);
}

html.dark .slides-image .media-card {
    background-color: #0A0A0A;
    color: rgb(119, 119, 119);
}

html.dark #jumbotron .input-group .input-text {
    background-color: #181818;
    border: 1px solid #84848e;
    color: rgb(243, 245, 247);
}

html.dark #jumbotron .btn-download {
    color: rgb(243, 245, 247);
    background: #181818;
    border-color: #84848e;
}

html.dark #jumbotron .btn-download:hover {
    background-color: #0A0A0A;
}

html.dark .input-text:focus,
html.dark .input-text:focus-visible {
    box-shadow: none !important;
    border-color: #84848e !important;
}

html.dark .dashboard .card-body .items.subpage-list .avatar {
    background: #181818;
}

html.dark .dashboard .card-body .contact-us-btn,
html.dark .dashboard .card-body hr {
    border-color: #181818;
}

html.dark .dashboard .card-body .items a:hover {
    background: #0a0a0a;
}

html.dark .dashboard .card-body .items.subpage-list .avatar .icon svg {
    fill: rgb(243, 245, 247);
}

html.dark .dashboard .card-body .contact-us-btn:hover {
    background: #181818;
}

html.dark .slides-image .media-card .media-body .download-options .download-button {
    color: #fff;
}

html.dark .media-loaded .media-card .media-body .download-options .open-link {
    background: #181818;
    color: #dae4ff;
    padding: 10px 4px;
    border: 1px solid #181818;
    color: #fff;
    border-left: 2px solid #777777;
}

html.dark .subpage-content {
    color: rgb(119, 119, 119);
    background: #101010;
    border-color: #363737;
}

html.dark .how-to-use-section .container:before {
    border-color: #181818;
    background: #181818;
}

html.dark .subpage-content a,
html.dark #jumbotron.subpage .contact-form label {
    color: rgb(243, 245, 247);
}

html.dark .subpage h1,
html.dark .how-to-use-section .marker {
    color: rgb(243, 245, 247);
    background-color: #0A0A0A;
}
.show-mobile{
    display: none;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}
/*language icon*/
html.light .footer-language-selector .dropdown-menus {
    border: 1px solid #d1d1d3;
    background: #fff;
}
.footer-language-selector .dropdown {
    position: relative;
    width: 100%;
}
.footer-language-selector .dropdown-menus {
    background: #fff;
    position: absolute;
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    /* border-radius: 3.75px; */
    right: 0;
    display: none;
    top: 100%;
    width: 160px;
    flex-wrap: wrap;
    margin-top: 10px;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    border-radius: 3.75px;
    z-index: 1001;
}
.footer-language-selector .dropdown-menus.show {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}
.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: 3.75px;
    padding: 10px 8px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
}
.footer-language-selector button.language-dropdown-btn:hover svg {
    fill: #2B7BE5;
}
.footer-language-selector .dropdown-menus .dropdown-item {
    display: flex;
    gap: 4px;
    align-items: center;
    width: 100%;
    padding: 5px 12px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    transition: .2s;
    text-decoration: none;
    text-align: left;
    box-sizing: border-box;
    font-size: 1.55rem;
    color: #344050;
    padding: 10px 15px;
    line-height: 1.42857143;
    flex-basis: 50%;
}
.footer-language-selector .dropdown-menus .dropdown-item.active,.footer-language-selector .dropdown-menus .dropdown-item:hover {
    background: #2B7BE5;
    color: #fff;
}
html.dark .footer-language-selector button.language-dropdown-btn svg {
    fill: #fff;
}
html.dark .footer-language-selector button.language-dropdown-btn:hover svg {
    fill: #2B7BE5;
}
html.dark .footer-language-selector .dropdown-menus{
    background-color: #101010;
}
html.dark .footer-language-selector .dropdown-menus .dropdown-item{
    color: #fff;
}
html.dark .footer-language-selector .dropdown-menus .dropdown-item:hover, html.dark .footer-language-selector .dropdown-menus .dropdown-item.active {
    background: #2B7BE5;
    color: #fff;
}
#navbar .dark-mode{
    padding: 0;
}
.dark-mode .toggle .toggle-icon{
    border: 1px solid #b3b3b3;
    border-radius: 3.75px;
    padding: 5px 8px;
    width: 35px;
    height: 35px;
    background: inherit;
}
.navbar-collapse .navbar-right .languages .dropdown-toggle{
    padding: 0;
    border: 1px solid #b3b3b3;
    border-radius: 3.75px;
    padding: 5px 8px;
    width: 35px;
    height: 35px;
    background: inherit;
}
#navbar .nav{
    gap: 12px;
}
#notification {
    padding: 3.75px 7.5px;
    border-radius: 3.75px;
    font-size: 1.6rem;
    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-page .submit-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 576px) {
    #navbar .nav.nav-right-mobile {
        display: none;
    }

    #navbar .navbar-collapse.in,
    #navbar .navbar-collapse {
        display: flex !important;
    }
}


@media (min-width: 768px) {
    #jumbotron {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media (min-width: 991px) {
    #jumbotron .input-group {
        width: 66.66666667%;
    }

    .download-option-wrapper {
        display: flex;
        /* gap: 20px; */
        justify-content: space-around;
    }
}


@media (min-width: 1336px) {
    #navbar .nav {
        display: flex;
        align-items: center;
        margin: 0;
        padding-left: 30px;
    }

}

@media (max-width: 1540px) {
    .slides-image>.media-card {
        width: calc((100% / 1) - 12px);
    }
}

@media (max-width: 990px) {
    #jumbotron .main-box-download {
        padding: 20px 15px;
    }

    #extension .extension-faq .extension-content {
        min-height: auto;
    }

    #extension .flex-row {
        display: block;
    }

    #extension .extension-faq{
        width: 100%;
    }


    #jumbotron .result {
        display: block;
    }

    #jumbotron .result .box-item {
        width: 100% !important;
    }


}

@media (max-width: 767px) {

    /* .slides-image > .media-card {
        width: calc((100% / 1) - 12px);
    } */
    .how-to-use-section .container:before {
        left: 40px;
        width: 2px;
    }

    .how-to-use-section .timeline-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .how-to-use-section .timeline-block-right {
        float: none;
    }

    .how-to-use-section .timeline-block-left {
        float: none;
        direction: ltr;
    }

    .contact-form {
        width: 100%;
    }

}

@media (max-width: 575px) {

    .hide-mobile {
        display: none !important;
    }

    #jumbotron .main-box-download .logo img {
        max-width: -webkit-fill-available;
    }

    #navbar .navbar-wrapper {
        display: block;
        padding: 10px 0;
    }

    #navbar .navbar-collapse {
        display: none;
    }

    .centered-content.main-box-download .logo .brand-name {
        font-size: 4rem;
    }

    #jumbotron .title {
        font-size: 2.5rem;
    }

    #jumbotron .input-group {
        width: 100%;
        height: 100%;
        display: block;
    }

    #jumbotron .btn-download {
        padding: 0;
    }

    #jumbotron .input-group .input-text {
        padding: 18px 10px;
        border-radius: 6px;
        width: 100%;
    }

    .paste-button,
    .clear-button {
        right: 10px;
        top: 33px;
    }

    #jumbotron .btn-download {
        padding: 10px 11px;
        margin: auto;
        /* margin-top: 90px; */
        /* display: block; */
        border-radius: 6px;
        position: relative;
        top: 20px;
    }


    #extension .flex-row {
        display: flex;
        flex-direction: column;
    }

    #extension .extension-faq{
        width: 100%;
    }

    #extension .extension-faq {
        margin-left: 0;
    }

    #footer {
        margin: 20px 0;
    }


    footer#footer .flex-row {
        display: block;
        text-align: center;
    }

    #navbar .navbar-collapse {
        display: none;
    }

    .dark-mode .toggle.toggle-dark .toggle-icon svg {
        height: 25px;
        width: 25px;
    }

    .dark-mode {
        padding: 0 20px;
    }

    .dark-mode .toggle .toggle-icon {
        width: 40px;
        height: 40px;
    }

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

    #navbar .navbar-collapse .nav {
        display: block;
        padding: 10px;
    }

    #navbar .navbar-collapse .nav li {
        display: block;
    }

    #navbar .navbar-collapse .nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 21px;
        padding: 10px 0;
        width: 100%;
        font-size: 1.5rem;
        font-weight: 400;
    }

    #jumbotron .result .box-item.download-option-wrapper {
        margin-top: 20px;
    }

    #navbar .navbar-collapse .languages {
        padding-left: 0;
    }

    #navbar .navbar-collapse .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #navbar .navbar-collapse .dropdown-menu>li>a {
        /* color: #fff; */
        padding: 5px 15px 5px 25px;
    }

    #navbar .navbar-collapse .nav>li>a:hover {
        background-color: #1a242f;
        color: #fff;
    }

    #jumbotron .result .download-option {
        display: block;
        -webkit-appearance: caret;
    }

    #jumbotron .result .btn-download {
        min-width: 80%;
        justify-content: center;
    }

    #jumbotron .result .btn-download:not(:last-child) {
        margin-bottom: 20px;
    }


    #jumbotron .result .box-item .thumbnail,
    #jumbotron .result .box-item .content {
        max-width: 100%;
    }

    .modal-dialog {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .show-mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }
    #navbar .navbar-collapse{
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 82%;
        background-color: #0A0A0A;
        height: 100%;
        transform: translateX(-100%);
        z-index: 9999;
        visibility: hidden;
        display: block !important;
    }
    #navbar .navbar-collapse.in{
        transform: none;
        visibility: visible;
        display: block !important;
    }
    .nav-overlay{
        position: fixed;
        left: 0;
        top: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        background-color: rgba(37,41,51,.5);
        opacity: 0;
        z-index: 98;
    }
    .nav-overlay.active{
        opacity: 1;
        visibility: visible;
    }
    /* .dark-mode .toggle .toggle-icon{
        padding: 10px;
        width: 32px;
        height: 32px;
    } */
    .footer-language-selector button.language-dropdown-btn {
        width: 40px;
        height: 40px;
    }

    .navbar-toggle {
        width: 40px;
        height: 40px;
    }
    html.light #navbar .navbar-collapse {
        background-color: #fff;
    }

}
@media (min-width: 1340px) {
    html.light .dark-mode .toggle-dark .toggle-icon:hover {
        background: #63646A;
        border-color: #63646A;
    }
    .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);
    }
}