/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
    margin: 0;
    padding: 40px;
    color: #333;
    line-height: 1.6;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.site-title a,
.site-description {
    color: #ffffff;
}

.py-20 {
    padding-top: 0 !important;
    padding-bottom: 2rem !important
}

.pb-lg-20 {
    padding-bottom: 0 !important
}

.pb-lg-90 {
    padding-bottom: 5rem !important;
    background: #fff !important
}

.bg-light {
    background-color: #fff !important
}

body {
    color: #000;
    font-family: 'DM Sans', Roboto, sans-serif;
}

h3,
.h3 {
    font-size: 2rem;
    font-family: 'DM Sans', Roboto, sans-serif;
}

h2,
.h2 {
    font-size: 1.7rem !important;
    font-family: 'DM Sans', Roboto, sans-serif;
}

h1,
.h1 {
    font-size: 2.5rem;
    font-family: 'DM Sans', Roboto, sans-serif;
}

.navbar-light .navbar-brand {
    color: #ffffff
}

.text-dark {
    color: #000 !important
}

.text-muted {
    color: #000 !important
}

.mb-n12 {
    margin-bottom: 1.5rem !important;
    background-color: #3b3b3b;
    padding-top: 3rem !important
}

.link-dark {
    color: #676e8b
}

.link-dark:hover {
    color: #676e8b
}

.navbar-light .navbar-nav .nav-link {
    color: #000
}

.navbar-light:hover .navbar-nav .nav-link:hover {
    color: #059669
}

.navbar-light:active .navbar-nav .nav-link:active {
    color: #090b17
}

.w-75 {
    width: 85% !important;
    z-index: 1000
}

.lead {
    font-size: 1.15rem;
    font-weight: 400;
    color: #000;
    margin-top: -10px
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #000
}

.container-fluid {
    width: 1560px
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 5px;
    padding-top: 14px;
    background: #fff;
}

.bg-white {
    background-color: #fff !important
}

.mt-8 {
    margin-top: 1rem !important
}

.mb-16 {
    margin-bottom: 0 !important
}

.col-12 {
    width: 100%
}

.flex-wrap {
    flex-wrap: wrap !important;
    justify-content: center !important
}

@media (max-width: 768px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 32.66667%
    }

    .logotxt {
        font-size: 10rem;
    }
}

.text-dark {
    color: #000 !important;
    font-size: 14.5px
}

.justify-content-center {
    justify-content: center !important
}

a {
    color: #059669
}

a:hover {
    color: #061025
}

.nav-link {
    font-size: .875rem;
    font-weight: 500;
    color: #000
}

.nav-link:hover {
    color: #059669
}

.nav-link:active {
    color: #059669
}

.link-dark:hover {
    color: #676e8b
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    margin-top: 0;
    font-size: 1rem;
    color: #0a2463;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
    border: none;
    border-radius: 5px
}

.dropdown-item:hover {
    background-color: #059669;
    color: #fff
}

.dropdown-item:active {
    background-color: #059669;
    color: #fff
}

.bg-info {
    background-color: #f1eefe !important;
    color: #061025 !important;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 80px
}

.bg-warning {
    background-color: #f1eefe !important;
    color: #061025 !important;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 80px
}

.bg-danger {
    background-color: #f1eefe !important;
    color: #061025 !important;
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 80px
}

.text-info {
    color: #061025 !important;
    font-size: 1rem
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    color: #0a2463;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #acb4c4;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.flex-wrap {
    flex-wrap: wrap !important;
    justify-content: right !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.btn02 {
    display: none
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 0
}

.alert-warning {
    color: #000;
    text-align: left;
    min-width: 220px;
    position: fixed;
    right: 0;
    top: 90px;
    border-radius: 4px;
    border-left: 8px solid #ffc766;
    pointer-events: none;
    margin: 0 1rem;
    -webkit-animation: show_slide 1s ease forwards;
    -moz-animation: show_slide 1s ease forwards;
    -o-animation: show_slide 1s ease forwards;
    animation: show_slide 1s ease forwards;
    z-index: 1000;
    background-color: #fff;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}

.bg-dark {
    background-color: #000000 !important
}

.btn.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    margin-bottom: 10px
}

.btn.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    margin-bottom: 10px
}

.btn.btn-whatsapp {
    color: #fff;
    background-color: #128c7e;
    margin-bottom: 10px
}

.btn.btn-pinterest {
    color: #fff;
    background-color: #e60023;
    margin-bottom: 10px
}

.btn.btn-tumblr {
    color: #fff;
    background-color: #35465c;
    margin-bottom: 10px
}

.btn.btn-reddit {
    color: #fff;
    background-color: #ff4500;
    margin-bottom: 10px
}

.btn.btn-qr {
    color: #fff;
    background-color: #1f1f1f;
    margin-bottom: 10px
}

.btn-success {
    color: #fff;
    background-color: #059669;
    border: #059669;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem;
    padding: 10px 15px !important;
    font-weight: 700 !important;
    border-radius: .5rem !important
}

.btn-success:hover {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem;
    padding: 10px 15px !important;
    font-weight: 700 !important;
    border-radius: .5rem !important
}

.btn-success:focus {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
    box-shadow: 0 0 0 .25rem rgba(3, 83, 181);
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem
}

.btn-success:active {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem
}

.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(3, 83, 181)
}

h1,
.h1 {
    font-size: 2rem !important
}

.mb-0 {
    margin-bottom: 0 !important;
    font-size: 1.2rem !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-weight: 700
}

.dropdown-toggle::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;
    color: #000
}

.btn-success2 {
    color: #fff;
    background-color: #006df0;
    border-color: #006df0
}

.text-des {
    color: #000
}

.form-control::placeholder {
    color: #757575;
    opacity: 1
}

.btn-danger {
    color: #fff;
    background-color: #059669;
    text-decoration: none;
    border-radius: .25rem;
    font-size: .875rem;
    font-weight: 500;
    padding: 10px 15px !important;
    font-weight: 700 !important;
    border-radius: .5rem !important
}

.btn-danger:hover {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
    text-decoration: none;
    border-radius: .25rem;
    font-size: .875rem;
    font-weight: 500
}

.btn-danger:active {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
    text-decoration: none;
    border-radius: .25rem;
    font-size: .875rem;
    font-weight: 500
}

.btn-danger:focus {
    color: #fff;
    background-color: #059669;
    border-color: #059669;
    text-decoration: none;
    border-radius: .25rem;
    font-size: .875rem;
    font-weight: 500
}

.table> :not(caption)>*>* {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>thead {
    vertical-align: bottom;
    border-bottom: .125rem solid #f9fafb;
    border-top: 1px solid #f9fafb
}

th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-weight: 400
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-weight: 700
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
    border-bottom: none !important
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5rem;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #000;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    background: #ffffff
}

.accordion-button:focus {
    z-index: 3;
    border-color: #e0ddf8;
    outline: 0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)
}

.accordion-button:not(.collapsed) {
    color: #059669;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)
}

.accordion-item {
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-family: 'DM Sans', Roboto, sans-serif;
    font-weight: 500
}

@media (max-width: 768px) {
    .table {
        --bs-table-bg: rgba(0, 0, 0, 0);
        --bs-table-striped-color: #0A2463;
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: #0A2463;
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: #0A2463;
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        width: 100%;
        margin-bottom: 1rem;
        color: #000;
        vertical-align: top;
        border-color: #dadfe9
    }
}

.table {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #0A2463;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #0A2463;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #0A2463;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
    vertical-align: top;
    border-color: #dadfe9
}

@media (min-width: 768px) {
    .col-md-29 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }
}

.rounded-circle {
    border-radius: 1rem !important
}

.accordion-body {
    padding: 1rem 1.25rem;
    color: #000
}

.py-69 {
    padding-bottom: 2rem;
    padding-top: 3rem;
}

@media (max-width: 467px) {
    .mb-12 {
        text-align: center
    }

    .logotxt {
        font-size: 16px !important;
    }

    .dark-logo {
        width: 25px !important;
    }

    .navbar-brand {
        margin-right: 0rem !important;
    }

    .anydl-eY3hn {
        font-size: 1rem !important;
    }
}

@media (max-width: 768px) {
    .mb-12 {
        text-align: left
    }
}

@media (min-width: 320px) {
    .mb-39 {
        text-align: center
    }
}

@media (min-width: 768px) {
    .mb-39 {
        text-align: left
    }
}

.mb-39 {
    margin-bottom: 2rem !important
}

@media (min-width: 320px) {
    .mb-90 {
        text-align: center;
        color: #059669d9;
        font-weight: 600
    }
}

@media (min-width: 768px) {
    .mb-90 {
        text-align: left;
        color: #059669d9;
        font-weight: 600
    }
}

.py-79 {
    background: #fff;
    padding-bottom: 4rem;
    padding-top: 1rem
}

@media (min-width: 768px) {
    .mt-8 {
        margin-top: 1rem !important
    }
}

@media (min-width: 320px) {
    .lead {
        margin-bottom: 3rem !important
    }
}

@media (min-width: 768px) {
    .py-79 {
        background: #fff;
        padding-bottom: 5rem;
        padding-top: 1rem
    }
}

.text-uppercase {
    text-transform: none !important;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%) !important;
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 11.66667%
    }
}

.bg-sources {
    background-color: #ffffff !important;
    border-radius: 1.5rem !important
}

h5,
.h5 {
    font-size: 1.25rem;
    font-weight: 700
}

.block-class {
    display: block;
    font-weight: 800
}

.footer-class {
    direction: ltr;
    padding-bottom: 1rem;
    background: #d1fae5;
    padding: 3rem;
    border-radius: 1rem;
    margin-top: 3rem
}

.btn-stared {
    padding: 1rem;
    background: #059669;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%)
}

.btn-stared:hover {
    padding: 1rem;
    background: #059669;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%)
}

.footer-block {
    color: #712cf9
}

@media (min-width: 992px) {
    .btn-stared {
        padding: 1rem;
        background: #059669;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        position: relative;
        float: right;
        font-size: 1rem;
        margin-top: -85px;
        border-radius: 5px;
    }
}

@media (min-width: 320px) {
    .btn-stared {
        padding: 1rem;
        background: #059669;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        font-size: 1rem;
        border-radius: 5px;
    }
}

@media (min-width: 320px) {
    .footer-block {
        color: #10b981;
        padding-bottom: 1rem;
    }
}

.mt-800 {
    margin-top: 2.5rem !important
}

.text-footer {
    color: #000
}

.mx-za {
    margin-bottom: .5rem
}

.text-75 {
    color: #000
}

.mb-21 {
    text-align: center
}

.footer-cr {
    background: #ffffff;
    margin-top: 1rem
}

.bg-ss {
    border-radius: 5px
}

.bg-sup {
    margin-bottom: 4rem
}

[data-theme="dark"] .text-footer {
    color: #fff
}

[data-theme="dark"] {
    background-color: #191919 !important;
    color: #fff
}

[data-theme="dark"] .py-79 {
    background-color: #282828 !important
}

[data-theme="dark"] .bg-ss {
    background-color: #191919 !important
}

[data-theme="dark"] .bg-sources {
    background-color: #191919 !important
}

[data-theme="dark"] .bg-sup {
    background-color: #191919 !important
}

[data-theme="dark"] .footer-cr {
    background-color: #191919 !important
}

[data-theme="dark"] .text-dark {
    color: #fff !important
}

[data-theme="dark"] .card {
    background-color: #282828 !important
}

[data-theme="dark"] .bg-light {
    background-color: #191919 !important
}

[data-theme="dark"] .text-des {
    color: #fff !important
}

[data-theme="dark"] .border-bottom {
    border-bottom: 1px solid #282828 !important
}

[data-theme="dark"] .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #191919 !important
}

[data-theme="dark"] .accordion-button {
    color: #fff !important;
    background-color: #191919 !important
}

[data-theme="dark"] .accordion-body {
    color: #d4d4d4 !important;
    background-color: #191919 !important
}

[data-theme="dark"] .accordion-item {
    color: #d4d4d4 !important;
    border: 1px solid #191919 !important
}

[data-theme="dark"] .lead {
    color: #d4d4d4 !important
}

[data-theme="dark"] .text-75 {
    color: #d4d4d4 !important
}

[data-theme="dark"] p {
    color: #fff !important
}

[data-theme="dark"] a:hover {
    color: #fff !important
}

[data-theme="dark"] .navbar-expand-lg {
    background-color: #282828 !important
}

[data-theme="dark"] .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

[data-theme="dark"] .navbar-light:hover .navbar-nav .nav-link:hover {
    color: #061025 !important
}

[data-theme="dark"] .nav-link:hover {
    color: #061025 !important
}

[data-theme="dark"] .bg-white {
    background-color: #191919 !important
}

[data-theme="dark"] .nav-link {
    color: #fff;
}

[data-theme="dark"] .dark-logo {
    filter: invert(1) hue-rotate(180deg) !important
}

[data-theme="dark"] .dropdown-item {
    color: #fff !important;
    background-color: #191919 !important
}

[data-theme="dark"] .dropdown-item:hover {
    color: #fff !important;
    background-color: #061025 !important
}

[data-theme="dark"] .dropdown-menu {
    background-color: #191919 !important
}

[data-theme="dark"] .lg-dark {
    filter: invert(1) hue-rotate(180deg) !important
}

[data-theme="dark"] .bg-list-burger {
    filter: invert(1) hue-rotate(180deg) !important
}

[data-theme="dark"] .table>thead {
    border-bottom: .125rem solid #191919 !important;
    border-top: 1px solid #191919 !important
}

[data-theme="dark"] .table {
    color: #fff !important;
    border-color: #282828 !important
}

[data-theme="dark"] .btn-success {
    color: #fff !important;
    background-color: #061025 !important;
    border: #061025 !important
}

[data-theme="dark"] .btn-success:hover {
    color: #fff !important;
    background-color: #4548e1 !important;
    border: #4548e1 !important
}

[data-theme="dark"] .btn-danger {
    color: #fff !important;
    background-color: #ff4564 !important;
    border: #ff4564 !important
}

[data-theme="dark"] .btn-danger:hover {
    color: #fff !important;
    background-color: #e53e5a !important;
    border: #e53e5a !important
}

[data-theme="dark"] .py-0 {
    border-bottom: 1px solid #282828 !important
}

[data-theme="dark"] .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d4d4d4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

[data-theme="dark"] .me-auto {
    filter: invert(1) hue-rotate(180deg) !important
}

.download-icon {
    color: #10b981;
    background: #d1fae5;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.shield-icon {
    color: #10b981;
    background: #d1fae5;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.film-icon {
    color: #10b981;
    background: #d1fae5;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.user-icon {
    color: #10b981;
    background: #d1fae5;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem
}

.check-icon {
    color: #10b981;
    background: #d1fae5;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

.video-icon {
    color: #10b981;
    background: #d1fae5;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem
}

[data-theme="dark"] .download-icon {
    color: #43b1e6 !important;
    background-color: #2a363c !important
}

[data-theme="dark"] .shield-icon {
    color: #3684f9 !important;
    background-color: #29313e !important
}

[data-theme="dark"] .film-icon {
    color: #7971ff !important;
    background-color: #302f3e !important
}

[data-theme="dark"] .user-icon {
    color: #ff6e68 !important;
    background-color: #3e2f2e !important
}

[data-theme="dark"] .check-icon {
    color: #ff5c88 !important;
    background-color: #3e2d32 !important
}

[data-theme="dark"] .video-icon {
    color: #bb61ff !important;
    background-color: #372e3e !important
}

[data-theme="dark"] .bg-info {
    color: #7b60fb !important;
    background-color: #36343e !important
}

[data-theme="dark"] .bg-warning {
    color: #7b60fb !important;
    background-color: #36343e !important
}

[data-theme="dark"] .bg-danger {
    color: #7b60fb !important;
    background-color: #36343e !important
}

[data-theme="dark"] .dark-iocn {
    filter: invert(1) hue-rotate(180deg) !important
}

a:hover {
    color: #000
}

[data-theme="dark"] a.text-footer:hover {
    color: #061025 !important
}

a.text-footer:hover {
    color: #059669 !important
}

.navbar-light:hover .navbar-nav .nav-link:hover {
    color: #059669 !important
}

.nav-link:hover {
    color: #059669 !important
}

a.text-dark:hover {
    color: #059669 !important
}

[data-theme="dark"] a.text-dark:hoverr {
    color: #061025 !important
}

.form-check-input:checked {
    background-color: #061025;
    border-color: #061025
}

.form-check-input:focus {
    outline: 0;
    box-shadow: none
}

.ebcf_modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

[data-theme="dark"] .ebcf_modal-content {
    background-color: #282828 !important;
    border: 1px solid #282828 !important
}

.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    border-radius: 5px
}

.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

[data-theme="dark"] .ebcf_close:hover,
.ebcf_close:focus {
    color: #7b60fb !important
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.toggle-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 2rem;
    margin-bottom: 5rem;
    display: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solidrgba(0, 0, 0, .125);
    border-radius: 5px;
    transition: all .3s ease
}

.bg-404 {
    justify-content: center !important;
    background: #fff !important;
    box-shadow: none
}

[data-theme="dark"] .bg-404 {
    justify-content: center !important;
    background: #191919 !important;
    box-shadow: none
}

#floating_ads_bottom_textcss_container {
    position: fixed;
    bottom: 2px;
    width: 100%;
    margin-bottom: 3rem
}

.btn-info {
    color: #fff;
    background-color: #059669;
    border: #059669;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem;
    padding: 10px 15px !important;
    font-weight: 700 !important;
    border-radius: .5rem !important
}

.btn-info:hover {
    color: #fff;
    background-color: #059669;
    border: #059669;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem
}

.btn-info:focus {
    color: #fff;
    background-color: #059669;
    border: #059669;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem
}

.btn-info:active {
    color: #fff;
    background-color: #059669;
    border: #059669;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: .25rem
}

[data-theme="dark"] .btn-info {
    color: #fff !important;
    background-color: #3684f9 !important;
    border: #3684f9 !important
}

[data-theme="dark"] .btn-info:hover {
    color: #fff !important;
    background-color: #1771f9 !important;
    border: #1771f9 !important
}

.alert-warning.show {
    animation: show_slide 1s ease forwards
}

@keyframes show_slide {
    0% {
        transform: translateY(100%)
    }

    40% {
        transform: translateX(0%)
    }

    80% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(0px)
    }
}

.wrapper-cookie {
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
    bottom: 12px;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 50%;
    max-width: 500px;
    padding: 12px 16px;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    z-index: 10;
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / 10%);
    margin-bottom: 3rem;
    backdrop-filter: saturate(180%) blur(15px);
    background-color: rgba(255, 255, 255, .7)
}

.wrapper-cookie.hide {
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease
}

::selection {
    color: #fff;
    background: #059669
}

.wrapper-cookie img {
    max-width: 90px
}

.content-cookie {
    display: contents
}

.content-cookie p {
    color: #000;
    margin: 5px 0 5px 10px
}

.content-cookie .buttons {
    display: flex;
    align-items: center
}

.buttons button {
    padding: 5px 10px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #000;
    cursor: pointer;
    transition: all .3s ease
}

.buttons button:hover {
    transform: scale(0.97)
}

.buttons .item {
    margin: 0 10px
}

.buttons a {
    color: #000
}

[data-theme="dark"] .wrapper-cookie {
    align-items: flex-start;
    background: #282828 !important;
    border-radius: 10px;
    bottom: 12px;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 50%;
    max-width: 500px;
    padding: 12px 16px;
    position: fixed;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    z-index: 10;
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / 10%);
    margin-bottom: 3rem
}

[data-theme="dark"] .alert-warning {
    color: #000;
    text-align: center;
    min-width: 220px;
    position: fixed;
    right: 0;
    top: 90px;
    border-radius: 4px;
    border-left: 8px solid #f00;
    pointer-events: none;
    margin: 0 1rem;
    animation: show_slide 1s ease forwards;
    z-index: 1000;
}

.w-25 {
    width: 110px !important
}

[data-theme="dark"] .hamdark {
    color: #000 !important;
    filter: invert(1) hue-rotate(180deg) !important
}

[data-theme="dark"] .trans {
    color: #000 !important;
    filter: invert(1) hue-rotate(180deg) !important
}

.tx-center {
    justify-content: center !important
}

.link-dark {
    color: #000;
    font-weight: 400 !important
}

.link-dark:hover {
    color: #059669;
    font-weight: 400 !important
}

[data-theme="dark"] .link-dark {
    color: #fff !important;
    font-weight: 400 !important
}

[data-theme="dark"] .link-dark:hover {
    color: #061025 !important;
    font-weight: 400 !important
}

.justify-content-end {
    justify-content: center !important
}

.mb-525 {
    margin-top: 2rem
}

.text-uppercase:hover {
    text-transform: none !important;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 0.5rem
}

.before-how-to {
    font-weight: 600 !important;
    text-align: center;
    font-size: .813rem !important;
    text-transform: uppercase;
    --bs-text-opacity: 1;
    color: #757575;
    margin-bottom: 1rem !important
}

.how-to {
    text-align: center;
    color: #000;
    padding-bottom: 1rem
}

.bottom-how-to {
    width: 40px;
    height: 5px !important;
    border: none;
    background: #10b981 !important;
    margin: .25rem auto 0;
    opacity: 100
}

.cn-link {
    color: #fff
}

.cn-button {
    background-color: #fff !important;
    color: #000 !important;
    padding: .71rem !important;
    border-radius: .5rem !important;
}

.cn-fonts {
    font-family: 'DM Sans', Roboto, sans-serif !important;
    text-decoration: none !important;
}

.cn-text-container {
    margin: 0 0 6px;
    font-family: 'DM Sans', Roboto, sans-serif !important
}

.button-dl {
    color: #fff;
    position: relative;
    font-size: 14px;
    border-radius: 0 50px 50px 0;
    border: 4px solid #fff;
    box-shadow: rgb(0 0 0 / 20%) 0 10px 40px -10px;
    font-weight: 700;
    background-color: #059669;
    border: 1px solid #e7e7e7
}

.btn:focus {
    outline: 0;
    box-shadow: rgb(0 0 0 / 20%) 0 10px 40px -10px
}

.btn:hover {
    color: #fff
}

.btnimg-dl {
    text-align: center
}

.btn-img {
    font-size: .875rem;
    text-decoration: none;
    padding: 10px 15px !important;
    font-weight: 700 !important;
    border-radius: .5rem !important;
    width: auto !important;
    margin-top: 1rem !important;
    margin-bottom: -20px !important;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    display: block;
    background: #111827
}

.icon-img {
    padding-right: 5px
}

.lg-center {
    justify-content: center !important
}

.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 1rem !important
}

.h1,
h1 {
    font-size: 2rem !important
}

.nav-link:focus,
.nav-link:hover {
    color: #059669
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:focus {
    z-index: 3;
    border-color: #e0ddf8;
    outline: 0;
    box-shadow: none
}

.step-download {
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 2rem
}

.shadow-py {
    border: 1px solid #dbdbdb !important;
    border-radius: 1rem !important
}

prealert {
    display: block;
    padding: 1em;
    margin: 0 0 .5em;
    color: #000;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f8f9fa;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500
}

.link-dl-alert {
    margin: 1em auto;
    text-align: center;
    border-radius: 1rem;
    padding-bottom: 2rem
}

#download-form {
    direction: ltr
}

.alert-warning-shadow-py {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.btn-support {
    font-size: .875rem;
    text-decoration: none;
    padding: 10px 15px !important;
    font-weight: 700 !important;
    border-radius: .5rem !important;
    width: auto !important;
    margin-top: 2rem !important;
    margin-bottom: -20px !important;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    display: block;
    background-color: #29abe0 !important
}

.h6,
h6 {
    font-size: 1rem
}

.anydl-LAzeU {
    text-align: center !important;
    font-weight: 700;
    margin-bottom: 1.5rem !important
}

.anydl-eY3hn {
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.15rem !important
}

.menu-slide {
    -webkit-animation: menu_slide 1s ease forwards;
    -moz-animation: menu_slide 1s ease forwards;
    -o-animation: menu_slide 1s ease forwards;
    ;
    animation: menu_slide 1s ease forwards
}

@keyframes menu_slide {
    0% {
        transform: translateX(-100%)
    }

    40% {
        transform: translateX(0)
    }

    80% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(0px)
    }
}

.py-4:hover,
.shadow-py:hover {
    border: 1px solid #059669 !important
}

a#download-another {
    color: #059669;
    border: 2px solid #059669;
    background-color: #fff;
    margin-right: 0 !important;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%) !important;
    font-weight: 700;
    border-radius: 1rem
}

a#download-another:hover {
    color: #fff;
    background-color: #059669
}

@media (max-width:620px) {
    h1 {
        font-size: 1.75rem !important
    }
}

#siteInput {
    background-image: url('https://downloadanyvideos.video/wp-content/themes/aiodl-default/assets/images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 1rem;
}

#sitelist {
    list-style-type: none;
    padding: 0;
    margin: 0
}

#sitelist li a {
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
    padding: 12px;
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 14.5px
}

span.supported {
    height: 28px;
    width: 28px;
    text-indent: -9999px;
    background: 50%/contain no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}


a.all-site {
    color: #000
}

a.all-site:hover {
    text-decoration: none
}

#siteInput:focus-visible {
    outline: #059669 solid 1px
}

.img-step1 {
    transition: transform .8s
}

.img-step1:hover {
    transform: scale(1.12)
}

a#supported-us {
    color: #fff;
    border: 2px solid #29abe0;
    margin-right: 0 !important;
    font-weight: 700;
    border-radius: 1rem;
    background-color: #29abe0 !important
}

.btn-info:disabled {
    color: #fff;
    background-color: #111827;
    border: #111827;
    font-size: .875rem;
    text-decoration: none
}

.btn-dl {
    width: 9rem !important;
    display: inline-block
}

.loader-container {
    text-align: center;
}

.loader-container {
    z-index: 10;
    height: 0;
}

.circle-loader {
    width: 60px;
    height: 60px;
    border: 8px solid #ddd;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
    z-index: 100000000000;
    position: relative;
    top: 10rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text {
    font-size: 1.2em;
    /* color: #333; */
    font-weight: bold;
}

.fthumbnail {
    max-height: 600px;
    margin: auto;
    margin: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.faded {
    opacity: 0.4;
}

.player {
    display: block;
    margin: auto;
    max-height: 600px;
    width: auto;
}