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

body {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #202020;
    background: #f6f6f6;
    background-image: linear-gradient(#000 280px, #fafafa 280px);
    background-repeat: no-repeat;
}

#nav {
    max-width: 600px;
    margin: 7px auto 30px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

#text span {
    font-weight: bold;
}

#nav a {
    color: #b4b4b4;
    text-decoration: none;
    margin-right: 5%
}

#nav a: last-child {
    margin-right: 0
}

.langs-wrap {
    position: relative
}

.langs {
    display: none
}

ul.langs {
    margin: 0;
    list-style: none;
    width: 140px;
    position: absolute;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    z-index: 3;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

li.lang-item a {
    padding: 8px 10px;
    display: block;
    color: #111111 !important;
}

li.lang-item a: hover {
    background-color: #f0f0f0;
}

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

.d-flex {
    display: flex !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

p.title {
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 16px !important;
}

img {
    border: none;
}

.row {
    max-width: 650px;
    margin: 0 auto;
    display: block;
    border-top: 1px #aaaaaa59 solid;
}

.row p {
    margin: 0;
}

table,
th,
td {
    border: 1px solid;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    padding: 7px 5px;
}

table th {
    text-align: left;
}

table,
table td,
table th {
    border: 1px solid #ccc;
}

.css-1l4w6pd {
    display: block;
}

#header #logo-img {
    margin: 2px auto;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 700;
    position: relative;
    font-size: 1.7rem;
    height: 35px;
    text-decoration: none;
    color: #0073C7;
}

#header a span {
    color: #ddd;
}

#content {
    max-width: 660px;
    margin: 0 auto;
}

#content #logo {
    border: none;
    margin: 0 auto 20px;
}

form #suggestions {
    background-color: #fff;
    text-align: left;
    width: 100%;
    border-top: 1px #f0f0f0 solid;
    display: none;
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

form #query {
    color: #0977cf;
    font-size: 16px;
    width: 86%;
    height: 48px;
    border: none;
    background-color: #fafafa;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}

form button {
    color: #ffffff;
    background-color: #000;
    font-size: 14px;
    height: 46px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 0px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

form {
    max-width: 650px;
    margin: 0 auto;
    padding: 16px;
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px rgba(18, 18, 18, 0.2);
}

#header a {
    color: #b4b4b4;
    text-decoration: none;
    margin-right: 3%;
    text-shadow: 0 1px 5px rgb(12 12 12);
    text-transform: uppercase;
    font-size: 13px;
}

#logo-img {
    margin: 15px auto;
    padding: 0;
}

#header-home {
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

form>div:nth-of-type(2) {
    margin: 16px 0;
    border: 1px #e2e2e2 solid;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message a {
    text-decoration: underline;
    font-weight: bold;
    color: #0977cf;
}

#header_background {
    width: 100%;
    padding: 0px 0;
    background: #2d2d2d;
}

#header {
    max-width: 630px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px #aaaaaa5c solid;
}

#header div: last-of-type a {
    color: #404040;
    font-size: 15px;
    text-decoration: none;
    margin-right: 1px;
}

#header div: last-of-type a:last-of-type {
    margin-right: 0;
    color: #bfbfbf;
    border-left: 1px solid hsla(0, 0%, 100%, .05);
    padding: 18px 15px;
}

#converter_background {
    width: 100%;
    padding: 0px;
    padding-top: 0px;
}

.norton {
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
    width: 250px;
    height: 22px;
    font-size: 13px;
    margin: 2vh auto;
    flex-direction: row;
    flex-wrap: nowrap;
}

#search>div: nth-of-type(1) {
    font-size: 14px;
    text-align: left;
}

#search {
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    max-width: 660px;
    color: #363636;
    background-color: #ffffff;
    border-radius: 12px;
}

form #suggestions span {
    color: #2c2c2c;
    line-height: 23px;
    padding: 5px 20px;
    display: block;
    cursor: pointer
}

form #suggestions span: last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

#form_text {
    font-size: 12px;
    text-align: center;
}

#form_text a: link,
#form_text a:visited {
    color: #1A237E;
}

#form_text a: hover,
#form_text a:active {
    text-decoration: none
}

#control_sources {
    color: #fff;
    background-color: #0d97d6;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 15px;
    padding: 5px 1.666666666666667%;
    display: inline-block
}

#sources {
    width: 38.33333333333333%;
    margin: 15px auto 0;
    display: none
}

#sources #left {
    float: left;
    width: 43.47826086956522%;
    margin-right: 13.04347826086957%
}

#sources #right {
    float: left;
    width: 43.47826086956522%
}

#sources a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 5px 0;
    display: block
}

form #button svg {
    margin-top: -2px;
}

form #button svg,
.inb {
    vertical-align: text-top;
}

#sources .enabled {
    background-color: #2c2c2c
}

#sources .disabled {
    background-color: #0d97d6
}

#load {
    font-size: 50px;
    width: 100%;
    margin: 60px auto;
    display: none
}

#text {
    text-align: justify;
    width: 100%;
    margin: 42px auto;
    padding: 20px;
    font-size: 14px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 10px auto;
    text-align: center;
}

.grid-item {
    padding: 10px;
}

.icon {
    width: 60px;
    height: 60px;
    color: rgb(102, 187, 106);
    margin-bottom: 10px;
}

.grid-item h3 {
    margin-bottom: 8px;
}

.flex-container {
    display: flex;
    margin: 0px auto;
    box-sizing: border-box;
    gap: 30px;
}

.flex-left {
    width: 60%;
}

.flex-right {
    width: 40%;
}

.flex-left ol,
.flex-right ul {
    margin: 0;
    padding-left: 20px;
}

.flex-left li,
.flex-right li {
    margin-bottom: 10px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        gap: 0px;
    }

    .flex-left,
    .flex-right {
        width: 100%;
    }

    .grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

#text h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 25px 0;
    color: #000;
    font-weight: 400;
}

#text h3 {
    font-size: 16px;
    font-weight: 600;
}

#text p {
    width: 100%;
    line-height: 24px;
    margin: 16px 0 0 0;
}

#text p: first-of-type {
    margin-top: 0;
}

.redf {
    margin: 10px auto;
}

#text p: last-of-type {
    margin-bottom: 0
}

#text a: link,
#text a:visited {
    color: #002438;
    text-decoration: none;
}

#text a: hover,
#text a:active {
    text-decoration: underline;
}

#footer {
    text-align: center;
    font-size: 14px;
}

#footer a {
    color: #385261;
    margin-right: 5%;
    text-decoration: none;
}

#footer a: last-child {
    margin-right: 0
}

.clear {
    clear: both
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
    vertical-align: middle;
}

.custom-dropdown-button {
    background-color: transparent;
    color: #ddd;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ede9e900;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #dddddd0f;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-top: 8px;
    z-index: 1000;
    min-width: 150px;
}

.checkbox {
    opacity: 0;
    position: absolute;
}

.checkbox-label {
    background-color: #000;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-label .ball {
    background-color: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
    z-index: 1;
}

.checkbox:checked+.checkbox-label .ball {
    transform: translateX(24px);
}

.fa-sun {
    color: #f39c12;
}

.fa-moon {
    color: #f1c40f;
}

.custom-dropdown-content.show {
    display: grid;
}

.custom-dropdown-button .arrow {
    border: solid #607D8B;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-135deg);
    transition: transform 0.2s;
}

.custom-dropdown-button.open .arrow {
    transform: rotate(45deg);
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-top: 10px;
    z-index: 1000;
    min-width: 150px;
    flex-direction: column;
}

.custom-dropdown-content a {
    color: #333;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
}

.custom-dropdown-content a: hover {
    background-color: #f0f0f0;
}

.message {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: oklch(0.25 0.01 0);
    font-size: 11px;
    justify-content: center;
}

#header div:last-of-type a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
}

#text a:link,
#text a:visited {
    color: #1D2528;
    text-decoration: none;
}

.message svg {
    fill: #2e7d32;
    width: 1.4em;
    height: 1.4em;
}

.text a:link,
.text a:visited {
    color: #1D2528;
    text-decoration: none;
}

.custom-dropdown-content a:hover {
    background-color: #f0f0f0;
}

#error {
    text-align: center;
    width: 100%;
    margin: 60px auto
}

#error a {
    color: #fff
}

#content a.brand {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    text-transform: uppercase;
}

#results {
    text-align: justify;
    width: 100%;
    margin: 50px auto;
}

#results p {
    line-height: 23px;
    margin: 0
}

#results p: last-of-type {
    margin-bottom: 15px !important
}

#results p a {
    color: #fff
}

.result {
    background-color: #fafafa;
    text-align: center;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 15px;
    padding: 2%;
    border: 1px #d1d7e3 solid;
}

.result .name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    color: #202020;
    font-size: 16px;
}

.result .properties {
    font-size: 11px;
    width: 100%;
    margin: 0 auto 15px;
    color: #737373;
}

.result .options a {
    color: #fff;
    background-color: #283033;
    text-decoration: none;
    padding: 15px;
    height: 40px;
    margin-right: 15px;
    border-radius: 10px;
    line-height: 40px;
}

.result .options a:last-child {
    margin-right: 0;
    color: rgb(102, 187, 106);
    background-color: #fff;
    border: 1px rgb(102, 187, 106) solid;
    font-weight: 600;
}

#text h2 {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.file {
    font-size: 15px;
    color: #282828;
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    background: #e2e2e2;
}

.file .name {
    font-size: 16px;
    font-family: fjalla one, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

.file .progress {
    width: 100%;
    margin: 15px auto
}

.file .progress a {
    color: #2c2c2c
}

.file .options {
    width: 100%;
    display: none
}

.file a {
    color: #fff;
    background-color: #007b8f;
    font-size: 14px;
    font-family: fjalla one, sans-serif;
    border-radius: 3px;
    text-decoration: none;
    border-radius: 2px;
    margin-right: .8333333333333333%;
    padding: 5px 1.666666666666667%;
    margin: 3px;
    display: inline-block
}

.file .options a: last-child {
    margin-right: 0
}

.file .options a i {
    font-size: 15px
}

.file .cloud {
    width: 100%;
    border-top: 1px #f0f0f0 solid;
    margin-top: 15px;
    padding-top: 15px;
    display: none
}

#header svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}

.file .providers a {
    color: #0d97d6;
    font-weight: 600;
    text-decoration: none;
    border: 1px #0d97d6 solid;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 5px 0;
    display: block
}

.file .providers a: last-child {
    margin-bottom: 0
}

.file .providers a i {
    font-size: 15px
}

.file .provider_progress {
    margin: 15px auto
}

.file .provider_option {
    display: none
}

.file .provider_option a {
    color: #fff;
    background-color: #2c2c2c;
    text-decoration: none;
    border-radius: 2px;
    padding: 5px 1.666666666666667%;
    display: inline-block
}

.file .show {
    display: block
}

.margin {
    margin-bottom: 15px;
    text-align: center;
}

li {
    margin: 15px 0;
    padding-left: 6px;
}

.text {
    color: #333;
    text-align: justify;
    margin: 22px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}

#content .logo {
    color: #f4f4f4;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 10px auto;
}

#content #logo-img {
    display: block;
    margin: 30px auto;
    padding: 0;
    width: 192px;
    height: 38px;
}

@media only screen and (max-width: 550px) {
    .frameme {
        /* height:230px; */
    }

    #logo {
        width: 50%
    }

    form {
        width: 100%;
    }

    #sources {
        width: 58.33333333333333%
    }

    #text {
        width: 100%;
    }

    #results {
        width: 100%
    }

    #content a.brand {
        font-size: 21px
    }

    #search label {
        padding: 7px;
    }

    #form_text {
        padding: 0px;
    }

    #header {
        padding: 0 2%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    form #query {
        width: 77%;
    }

    form button {
        padding: 0 14px;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

body.dark {
    ;
    background-image: linear-gradient(#000 280px, rgb(40 48 51) 280px);
    background-repeat: no-repeat;
    color: rgb(209, 209, 209);
}

body.dark #nav a {
    color: #ccc;
}

body.dark ul.langs {
    background-color: #1e1e1e;
}

body.dark form {
    background-color: #1d2528;
}

body.dark li.lang-item a {
    color: #fff !important;
}

body.dark li.lang-item a:hover {
    background-color: #333;
}

body.dark form #query {
    color: #fff;
    border: none;
    background-color: #283033;
}

body.dark form>div:nth-of-type(1) {
    color: #fff;
}

body.dark .text {
    color: rgb(209, 209, 209);
    background-color: #1d2528;
}

body.dark #text h1,
body.dark #text h2 {
    color: #fff;
}

body.dark .file {
    background: #1a1a1a;
}

body.dark .result .options a:last-child {
    background-color: rgb(18 18 18);
}

body.dark .message {
    color: oklch(0.87 0.03 186.47);
}

body.dark #text a:link,
body.dark #text a:visited {
    color: rgb(209, 209, 209);
}

body.dark form>div:nth-of-type(2) {
    border: 1px #9e9e9e1f solid;
    background-color: #283033;
}

body.dark .result {
    background-color: #1a1a1a;
    border-color: #333;
}

body.dark .result .name {
    color: #fff;
}

body.dark .result .properties {
    color: #bbb;
}

body.dark #footer a {
    color: #ddd;
}

body.dark .custom-dropdown-content {
    background-color: #ddd;
}

body.dark .custom-dropdown-content a {
    color: #eee;
}

body.dark .custom-dropdown-content a:hover {
    background-color: #ccc;
}

body.dark .checkbox-label .ball {
    background-color: #f1f1f1;
}

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

@media (max-width: 640px) {
    .main-part {
        background-color: #ff9a1a;
        padding: 20px 0;
    }

    .form-convert {
        padding: 0px 0;
    }

    .yt-convert-media {
        min-height: 190px;
    }

    .form-convert {
        padding: 0px 0;
    }

    .backside-media .yt-left,
    .backside-media .yt-right {
        display: none;
        width: 110px;
    }

    .container {
        flex-direction: column;
    }


}



#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    ;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 160px;
    z-index: 94034;
}

#st-2.st-right {
    right: 0px;
}

#st-2.st-hidden.st-right {
    right: -48px;
}

#st-2.st-hidden {
    width: 96px;
}

#st-2.st-preview {
    display: none !important;
    opacity: 0 !important;
}

#st-2>div {
    clear: right;
    float: right;
}

#st-2 .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: NaNpx;
    height: 48px;
    line-height: 24px;
    margin-bottom: 0;
    opacity: 1;
    overflow: hidden;
    padding: 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 48px;
}

#st-2 .st-btn.st-first {
    border-top: none;
    border-top-left-radius: 4px;
}

#st-2 .st-btn.st-last {
    border-bottom: none;
    border-bottom-left-radius: 4px;
}

#st-2 .st-btn>svg {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}

#st-2 .st-btn>img {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 24px;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
}

#st-2 .st-btn>span {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    left: -35px;
    letter-spacing: 0.5px;
    opacity: 0;
    padding: 0 6px;
    position: relative;
    vertical-align: top;
    filter: alpha(opacity=0);
}

#st-2 .st-btn.st-hide-label>span {
    display: none !important;
}

#st-2 .st-total {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff;
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 18px;
    margin-right: 0;
    min-height: 34px;
    max-width: 80px;
    opacity: 1;
    padding: 4px 0;
    text-align: center;
    width: 48px;
}

#st-2 .st-total.st-hidden {
    display: none;
}

#st-2 .st-total>span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    padding: 0;
}

#st-2 .st-total>span.st-shares {
    font-size: 11px;
    line-height: 11px;
}

#st-2 .st-toggle {
    right: -48px;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #ccc;
    border-bottom-left-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 48px;
}

#st-2.st-hidden .st-toggle {
    border-top-left-radius: 4px;
}

#st-2.st-right .st-toggle .st-right {
    display: inline-block;
}

#st-2.st-right.st-hidden .st-toggle .st-right {
    display: none;
}

#st-2.st-right .st-toggle .st-left {
    display: none;
}

#st-2.st-right.st-hidden .st-toggle .st-left {
    display: inline-block;
}

#st-2:hover .st-toggle {
    right: 0;
}

#st-2.st-hidden:hover .st-toggle {
    right: 48px;
}

#st-2.st-toggleable:hover .st-btn.st-last {
    border-bottom-left-radius: 0;
}

#st-2.st-toggleable:hover .st-btn.st-last:hover {
    border-bottom-left-radius: 4px;
}

#st-2 .st-btn:hover {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#st-2.st-has-labels .st-btn:hover {
    width: 120px;
}

#st-2:not(.st-has-labels) .st-btn:hover {
    width: 62px;
}

#st-2 .st-btn.st-hide-label:hover {
    width: 62px;
}

#st-2 .st-btn:hover>svg {
    margin-left: 5px;
}

#st-2 .st-btn:hover>img {
    margin-left: 5px;
}

#st-2 .st-btn:hover>span {
    opacity: 1;
    display: inline-block;
    left: 0;
    filter: alpha(opacity=100);
}

@media (max-width: 1024px) {
    #st-2 .st-btn:hover>svg {
        margin-left: 0;
    }

    #st-2 .st-btn:hover>span {
        display: none;
    }
}

@media (max-width: 1024px) {
    #st-2 {
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }

    #st-2.st-hidden {
        bottom: -48px;
        width: 100%;
    }

    #st-2.st-hidden.st-left {
        left: 0;
    }

    #st-2.st-hidden.st-right {
        right: 0;
    }

    #st-2>div {
        -moz-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
        clear: none;
        flex: 1;
        float: none;
    }

    #st-2 .st-total {
        background: #fff;
        padding: 6px 8px;
    }

    #st-2 .st-btn {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
        text-align: center;
        width: auto;
    }

    #st-2 .st-btn>span {
        display: none;
    }

    #st-2 .st-toggle {
        display: none;
    }

    body {
        padding-bottom: 48px;
    }
}

#st-2 .st-btn[data-network='facebook'] {
    background-color: #4267B2
}

#st-2 .st-btn[data-network='facebook'] img {
    filter:
}

#st-2 .st-btn[data-network='facebook']>span {
    color: #fff
}

#st-2 .st-btn[data-network='twitter'] {
    background-color: #000000
}

#st-2 .st-btn[data-network='twitter'] img {
    filter:
}

#st-2 .st-btn[data-network='twitter']>span {
    color: #fff
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: #95D03A
}

#st-2 .st-btn[data-network='sharethis'] img {
    filter:
}

#st-2 .st-btn[data-network='sharethis']>span {
    color: #fff
}

#st-2 .st-btn[data-network='messenger'] {
    background-color: #448AFF
}

#st-2 .st-btn[data-network='messenger'] img {
    filter:
}

#st-2 .st-btn[data-network='messenger']>span {
    color: #fff
}

#st-2 .st-btn[data-network='pinterest'] {
    background-color: #CB2027
}

#st-2 .st-btn[data-network='pinterest'] img {
    filter:
}

#st-2 .st-btn[data-network='pinterest']>span {
    color: #fff
}

#st-2 .st-btn[data-network='reddit'] {
    background-color: #ff4500
}

#st-2 .st-btn[data-network='reddit'] img {
    filter:
}

#st-2 .st-btn[data-network='reddit']>span {
    color: #fff
}

#st-2 .st-btn[data-network='whatsapp'] {
    background-color: #25d366
}

#st-2 .st-btn[data-network='whatsapp'] img {
    filter:
}

#st-2 .st-btn[data-network='whatsapp']>span {
    color: #fff
}

#st-2 .st-btn[data-network='snapchat']>span {
    color: #333
}

;
}

#st-2 .st-btn[data-network='copy']:hover {
    width: max-content;
}