body {
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    background-color: #fff;
    margin: 0;
    max-width: 100%;
    margin-top: -5px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
}

html body {
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.onlineuploader-input .onlineuploader-input-button {
    -webkit-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
}

.onlineuploader-input .onlineuploader-input-button {
    background: #9658fe;
    background: -moz-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
    background: -webkit-linear-gradient(-45deg, #3a8ffe 0, #9658fe 100%);
    background: linear-gradient(135deg, #3a8ffe 0, #9658fe 100%);
    background-size: 140% auto;
    background-position: center;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.onlineuploader-input .onlineuploader-input-button:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translate3d(0, -2px, 0);
}

.onlineuploader-input .onlineuploader-input-button:active {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

.onlineuploader-input .onlineuploader-input-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

.onlineuploader {
    display: block;
    width: 100%;
    line-height: normal;
}

.onlineuploader-input-inner {
    margin: auto;
}

.onlineuploader-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    min-height: 160px;
    background-color: #009e54;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.06) 25%, transparent 0), linear-gradient(-45deg, rgba(0, 0, 0, 0.06) 25%, transparent 0), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.06) 0), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.06) 0);
    background-size: 24px 24px;
    background-position: 0 0, 0 12px, 12px -12px, -12px 0;
    border-radius: 5px 5px 0px 0px;
}

.onlineuploader-items .onlineuploader-items-list {
    display: block;
    margin: 0px;
    padding: 0;
    list-style: none;
}

.onlineuploader button {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    border: 0;
    font: inherit;
    background: 0 0;
    box-shadow: none;
}

.convertformat format {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12) !important;
}

.onlineuploader-action.onlineuploader-action-remove {
    margin-right: 2px !important;
}

[class*="hint--"] {
    position: relative;
    display: inline-block;
}

[class*="hint--"]:after,
[class*="hint--"]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

[class*="hint--"]:hover:after,
[class*="hint--"]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

[class*="hint--"]:before {
    content: "";
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
}

[class*="hint--"]:after {
    background: #f42020;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-family: officefont, sans-serif;
    line-height: 20px;
    white-space: nowrap;
    text-shadow: 0 1px 0 #990707;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
    border-radius: 4px;
    font-weight: 400;
}

[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}

.hint--top:before {
    border-top-color: #f42020;
}

.hint--bottom:before {
    border-bottom-color: #f42020;
}

.hint--top:after,
.hint--top:before {
    bottom: 100%;
    left: 50%;
}

.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px);
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after,
.hint--bottom:before {
    top: 100%;
    left: 50%;
}

.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px);
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
    border-right-color: #f42020;
    margin-left: -11px;
    margin-bottom: -6px;
}

.hint--right:after {
    margin-bottom: -19px;
}

.hint--right:after,
.hint--right:before {
    left: 90%;
    bottom: 50%;
}

.hint--right:hover:after,
.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--left:before {
    border-left-color: #f42020;
    margin-right: -11px;
    margin-bottom: -6px;
}

.hint--left:after {
    margin-bottom: -19px;
}

.hint--left:after,
.hint--left:before {
    right: 96%;
    bottom: 50%;
}

.hint--left:hover:after,
.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px);
}

.onlineuploader {
    margin: 0 auto;
}

.onlineuploader-error {
    vertical-align: middle;
    margin: auto;
    display: none;
    width: 100%;
    opacity: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0idmlzdWFsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDYwIiBoZWlnaHQ9IjE5MCI+PHN0eWxlPi5zdDB7ZmlsbDojZTczNTJjfS5zdDF7ZmlsdGVyOnVybCgjYmx1cjEpfS5zdDJ7ZmlsbDojZmZjYTA1fS5zdDN7ZmlsbDpyZWR9PC9zdHlsZT48ZmlsdGVyIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iYmx1cjEiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+PGZlR2F1c3NpYW5CbHVyIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1ciIgc3RkRGV2aWF0aW9uPSI5NiIvPjwvZmlsdGVyPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wIDBIMTQ2MFYxOTBIMHoiLz48ZyBjbGFzcz0ic3QxIj48Y2lyY2xlIGNsYXNzPSJzdDIiIGN4PSI1MjYuOCIgY3k9IjIwNy4yIiByPSIxMzYuMiIvPjxjaXJjbGUgY2xhc3M9InN0MyIgY3g9IjQxNiIgY3k9IjE2NyIgcj0iMjEyLjUiLz48Y2lyY2xlIGNsYXNzPSJzdDIiIGN4PSIxMTQ2IiBjeT0iMjIiIHI9IjIxMi41Ii8+PGNpcmNsZSBjbGFzcz0ic3QyIiBjeD0iNjczLjkiIGN5PSI1Mi4xIiByPSIxMzUuNCIvPjxjaXJjbGUgY2xhc3M9InN0MiIgY3g9IjU0OC44IiBjeT0iOTUiIHI9IjEzOS4yIi8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iOTU0IiBjeT0iMjgiIHI9IjIxMi41Ii8+PGNpcmNsZSBjbGFzcz0ic3QyIiBjeD0iMTI3MSIgY3k9IjIwIiByPSIyMTIuNSIvPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 1460px 190px;
}

.onlineuploader-error h3 {
    margin: 0px;
    padding-top: 30px;
    font-size: 1.6em;
    line-height: 1.35;
    font-weight: 400;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.19) !important;
}

.onlineuploader-error h5 {
    margin: 0px;
    padding-top: 5px;
    font-weight: 300;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.27) !important;
}

.maxbuttom {
    border-radius: 40px !important;
    padding: 0 60px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    height: 40px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border: 2px solid #fff !important;
    min-width: 200px;
    margin-top: 20px !important;
    cursor: pointer;
}

.onlineuploader-error-close {
    position: absolute;
    right: 0px !important;
    margin: 10px 22px !important;
    color: #fff !important;
    fill: #fff !important;
    border-radius: 50px;
    padding: 10px !important;
    cursor: pointer;
    z-index: 111;
    border: 2px solid #fff0 !important;
}

.onlineuploader-error-close:hover {
    background-color: rgba(255, 255, 255, 0.249);
    border: 2px solid #ffffff29 !important;
}

.onlineuploader-error-button {
    position: absolute;
    left: 0px !important;
    padding: 4px 20px !important;
    margin: 10px !important;
    font-weight: 700 !important;
    border-radius: 3px;
    color: #fff !important;
    background-color: #fdfdfd2e !important;
}

.onlineuploader {
    max-width: 1460px;
    border-radius: 0px 0px 5px 5px;
}

.onlineuploader.NoFiles {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f-ico24px {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding: 0px;
}

.f-ico24 {
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding: 0px;
}

.f-ico24buy {
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding: 0px;
    margin-right: 10px;
}

.selectreg {
    display: inline-block;
    right: 1%;
    position: fixed;
    padding: 0px 8px;
    cursor: pointer;
    width: 80px;
    height: 30px;
    border-radius: 20px;
    transition-duration: 0.3s;
    transition-property: background-color;
    margin-top: 5px;
}

.f-pay {
    width: 68px;
    height: 30px;
    padding: 0px;
}

.selectreg:hover {
    background-color: #a1a1a15a;
}

.UploadDIV {
    margin-top: 60px;
}

.OnlineConvertUpload {
    max-width: 300px;
    width: 300px;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    border-radius: 50px;
    background-color: #00944f;
    color: #fff;
    padding: 6px 0;
    line-height: 44px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 100;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 20px;
    font-weight: 300;
    -webkit-animation: PDFConvert 5s cubic-bezier(0.66, 0, 0, 1) infinite;
    animation: PDFConvert 5s cubic-bezier(0.66, 0, 0, 1) infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    text-align: center;
    margin: auto;
}

.OnlineConvertUpload:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

.UploadNO .OnlineConvertUpload {
    background-color: #00944f24;
    -webkit-animation: none;
    animation: none;
}

.OnlineConvertUpload:hover {
    -webkit-animation: scale-out-click 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
    animation: scale-out-click 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
}

.dropgoogle {
    min-height: 64px;
    background-color: #fff;
    font-weight: 200;
    border-bottom: 1px solid #ebeef1;
}

.clickdropbox:hover,
.clickgoogle:hover,
.clickurlcss:hover {
    cursor: pointer;
    padding: 2px 8px 4px;
    border: 2px solid #dc3c00 !important;
    border-radius: 20px;
    fill: #dc3c00;
    color: #dc3c00;
}

.googletext {
    text-align: center;
    color: #555;
    display: block;
    width: 100%;
    padding-top: 20px;
}

.clickdropbox,
.clickgoogle,
.clickurlcss {
    cursor: pointer;
    padding: 2px 8px 4px;
    border: 2px solid #fff !important;
    border-radius: 20px;
    fill: #555;
    font-weight: 300;
}

.onlineuploader.onlineuploader-theme-dragdrop .onlineuploader-input-drop {
    display: none;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-drop {
    display: block;
    padding-bottom: 16px;
    color: #222;
    padding: 10px 30px;
    line-height: 26px;
}

.onlineuploader-input-inner span {
    display: none;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .dropgoogle {
    border-bottom-width: 0px;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input {
    background-image: none;
    background-color: #fff;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-button {
    background-color: #259229;
    height: 72px;
    border-radius: 3px 0px 0px 3px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid #fff !important;
    min-width: 360px;
    padding-left: 0px;
    -webkit-transition: 0.3s cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 0.3s cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 0.3s cubic-bezier(0.17, 0.67, 0, 1.01);
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MS42IiBoZWlnaHQ9IjcxLjYiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik05LjMgOS4zSDYyLjJWNDUuOTAwMDAwMDAwMDAwMDA2SDkuM3oiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMC41IDU3LjNINzEuMlY2Mi4zSDAuNXoiLz48L3N2Zz4=") 220px center no-repeat;
    background-size: 24px;
    background-position: right;
    background-position-x: calc(100% - 20px);
}

.onlineuploader-input-button.hint--top::after,
.moreaddfile.hint--top::after {
    background: #f42020;
    text-shadow: 0 0px 0 #333;
}

.onlineuploader-input-button.hint--top::before,
.moreaddfile.hint--top::before {
    border-top-color: #f42020;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-button:before {
    background-image: none;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-button:hover {
    transform: translate3d(0, 0px, 0);
    background-color: #037d38 !important;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner span:hover {
    background-color: #037d38 !important;
    opacity: 1 !important;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner span:last-child {
    border-radius: 0px 3px 3px 0px;
    opacity: 0.6;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner {
    background-color: #029141;
    border-radius: 3px;
    -webkit-box-shadow: 0 11px 12px 0 rgba(60, 64, 67, 0.19), 0 1px 3px 1px rgba(60, 64, 67, 0.24);
    -moz-box-shadow: 0 11px 12px 0 rgba(60, 64, 67, 0.19), 0 1px 3px 1px rgba(60, 64, 67, 0.24);
    box-shadow: 0 11px 12px 0 rgba(60, 64, 67, 0.19), 0 1px 3px 1px rgba(60, 64, 67, 0.24);
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner:hover {
    -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.24);
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner .f-ico24 {
    color: #fff;
    fill: #fff;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner span:hover .f-ico24 {
    fill: #fff;
}

.hint-left {
    cursor: pointer;
}

.share-win {
    font-family: officefont, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    position: fixed;
    z-index: 9000;
    right: 30px;
    bottom: 30px;
    width: auto;
    min-width: 340px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    border-radius: 6px;
}

.share-win h5 {
    padding: 0;
    margin: -6px 0 12px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: inherit;
}

@media (max-width:600px) {
    .share-win {
        bottom: 55px;
        width: calc(100% - 20px);
        left: 0;
        padding: 20px 0 15px 20px;
        right: 0;
        border-radius: 0;
        display: none;
    }
}

.lang-win,
.share-win {
    font-family: officefont, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    position: fixed;
    z-index: 9000;
    right: 30px;
    bottom: 60px;
    width: auto;
    min-width: 340px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    border-radius: 6px;
}

.lang-win {
    left: 30px;
    right: auto;
}

.lang-win>img,
.share-win>img {
    float: left;
    margin: 0 15px 0 0;
    width: 60px;
}

.lang-win>img+div,
.share-win>img+div {
    overflow: hidden;
    padding: 3px;
    display: table;
    min-width: 260px;
}

.lang-win h5,
.share-win h5 {
    padding: 0;
    margin: -6px 0 12px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: inherit;
}

.lang-win a,
.share-win a {
    cursor: pointer;
}

.lang-win button.but,
.share-win button.but {
    background-color: #00944f;
    color: #fff;
    min-width: 100px;
}

.lang-win button.butno,
.share-win button.butno {
    border: 1px solid #2b932f2b;
}

.lang-win button,
.share-win button {
    background: #fff;
    outline: 0;
    border-radius: 3px;
    cursor: pointer;
    border: 0px solid #2b932f2b;
    padding: 8px 16px;
    text-transform: uppercase;
    min-width: 60px;
    font-size: 13px;
    color: #555;
    margin: 0 10px 10px 0;
    transition: all 0.3s linear;
    display: inline-block;
    transition: all 0.3s linear;
}

.lang-win button.but:hover,
.share-win button.but:hover {
    background-color: #d92221;
    box-shadow: 0 2px 5px 0 rgb(120 120 120 / 51%);
}

.lang-win button.butno:hover,
.share-win button.butno:hover {
    background-color: #333;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgb(120 120 120 / 51%);
}

@media (max-width:1200px) {
    .lang-win,
    .share-win {
        bottom: 55px;
        width: calc(100% - 20px);
        left: 0;
        padding: 20px 0 15px 20px;
        right: 0;
        border-radius: 0;
        display: none;
    }
}

.hint-left::after {
    max-width: 300px;
    word-wrap: break-word;
    min-width: 240px;
    white-space: break-spaces;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .dropgoogle {
    display: none;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner span {
    display: inline-block;
    height: 72px;
    vertical-align: middle;
    padding: 26px 16px;
}

.onlineuploader-title .columns {
    padding: 10px;
}

.onlineuploader-title .column-title {
    text-align: center;
    margin: 20px 20px 0px;
    padding: 20px 0px;
    display: block;
}

.onlineuploader-title .column-title h1 {
    font-weight: 300;
    margin: 5px 0px;
    font-size: 52px;
}

.onlineuploader-title .column-actions {
    text-align: center;
    display: block;
    border-radius: 0px;
    max-width: 560px;
    margin: 0 auto;
    background: #fff url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCI+PGRlZnM+PHN0eWxlLz48L2RlZnM+PHBhdGggZD0iTTQ0My44OSAxOTUuNTYydjYyLjg5N2MxMDQuNjEgMCAxODkuMDE1IDg0LjczIDE4OS4wMTUgMTg5LjAxNUg2OTUuOGMuMzI2LTEzOS4xNTQtMTEyLjc1Ny0yNTEuOTEyLTI1MS45MTItMjUxLjkxMnoiIGZpbGw9IiMzNEE4NTMiLz48cGF0aCBkPSJNNDQzLjg5IDI1OC40NTl2LTYyLjg5N2MtMTM5LjE1NSAwLTI1Mi4yMzggMTEyLjc1OC0yNTIuMjM4IDI1Mi4yMzhoNjIuODk2Yy4zMjYtMTA0LjI4NCA4NS4zODMtMTg5LjM0MSAxODkuMzQxLTE4OS4zNDF6IiBmaWxsPSIjRUE0MzM1Ii8+PHBhdGggZD0iTTI1NC44NzQgNDQ3LjhoLTYzLjIyMmMwIDEzOS4xNTQgMTEyLjc1NyAyNTIuMjM4IDI1Mi4yMzcgMjUyLjIzOFY2MzcuMTRjLTEwMy45NTgtLjMyNi0xODkuMDE1LTg1LjA1Ny0xODkuMDE1LTE4OS4zNDF6IiBmaWxsPSIjRkJCQzA0Ii8+PHBhdGggZD0iTTgyMS45MiA3ODEuMTg0TDY0My4zMzMgNjAyLjU5N2MtLjMyNi0uMzI2LS4zMjYtLjMyNiAwLS42NTIgMzQuMjE4LTQzLjk5NSA1Mi43OTQtOTcuNzY2IDUzLjEyLTE1My40OTMgMC0uMzI2LS4zMjYtLjY1Mi0uNjUyLS42NTJoLTYxLjkxOWMwIDEwNC42MS04NS4wNTcgMTg5LjY2Ny0xODkuNjY3IDE4OS42Njd2NjEuOTE5YzAgLjMyNi4zMjYuNjUyLjY1Mi42NTIgNTguMDA4IDAgMTEwLjE1LTIwLjIwNSAxNTIuODQyLTUyLjc5NGguNjUxTDc3Ni45NDcgODI1LjgzYy4zMjYuMzI1LjY1Mi4zMjUuNjUyIDBsNDQuMzItNDMuOTk1di0uNjUyeiIgZmlsbD0iIzQyODVGNCIvPjxwYXRoIGQ9Ik03NzUuNjQ0IDgyNC44NTNMNzE5LjU5IDc2OC44Yy0xMC40MjktMTAuNDI4LTEwLjQyOS0yNy4zNzUgMC0zNy44MDNsNy4xNy03LjE3YzEwLjQyOC0xMC40MjggMjcuMzc0LTEwLjQyOCAzNy44MDMgMGw1Ni4wNTIgNTYuMDUzYzEwLjQyOSAxMC40MjkgMTAuNDI5IDI3LjM3NSAwIDM3LjgwM2wtNy4xNyA3LjE3Yy0xMC40MjggMTAuNDI4LTI3LjM3NCAxMC40MjgtMzcuODAyIDB6IiBmaWxsPSIjNDI4NUY0Ii8+PC9zdmc+') 8px center no-repeat;
    background-size: 38px;
    padding: 4px 5px 2px;
    background-position-x: 20px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.05);
    padding: 16px;
    border-radius: 8px;
}

.onlineuploader-title .column-actions .convertformat {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.onlineuploader-title .column-actions .convertformat pp {
    vertical-align: middle;
}

.convertcenter {
    display: block;
    text-align: center;
    color: #333;
    -webkit-animation: scale-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
}

.SelectFormFormat {
    background-image: linear-gradient(135deg, rgb(251, 93, 95) 0%, rgb(244, 68, 71) 100%);
    box-shadow: 0 2px 5px 0 rgba(251, 66, 97, 0.51);
}

.SelectToFormat {
    background-image: linear-gradient(135deg, rgb(0, 162, 69) 0%, rgb(3, 130, 62) 100%);
    box-shadow: 0 2px 5px 0 #9fdcb9;
}

.f-selectformat {
    width: 17px;
    height: 30px;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: 6px;
    margin-top: 3px;
    fill: #fff;
    border-radius: 6px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.SelectFormFormat:hover,
.SelectToFormat:hover {
    background-image: linear-gradient(135deg, rgb(231, 53, 44) 0%, rgb(231, 53, 44) 100%);
    box-shadow: 0 2px 5px 0 rgba(196, 131, 131, 0.51);
}

.SelectToFormat:hover {
    background-image: linear-gradient(135deg, rgb(49, 106, 74) 0%, rgb(1, 85, 40) 100%);
    box-shadow: 0 2px 5px 0 #9fdcb9;
}

.SelectFormFormat:hover .f-selectformat,
.SelectToFormat:hover .f-selectformat {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.convertformat cto {
    margin: 0px;
}

.f-toformat {
    width: 46px;
    height: 24px;
    vertical-align: middle;
    padding: 0;
}

.onlineuploader-title .column-actions .convertformat span {
    padding: 1px 26px 1px 2px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 3px;
    margin: 5px;
    color: #fff;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    font-weight: 500;
    font-size: 18px;
}

.SelectToFormat,
.SelectFormFormat {
    text-transform: uppercase;
}

.onlineuploader-title .column-title p {
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
}

.mainrow {
    flex-wrap: nowrap;
    display: flex;
    max-width: 1960px;
    margin: 80px auto 0px;
}

.column-ads {
    max-width: 970px;
    height: 90px;
    margin: 20px auto 40px;
    text-align: center;
}

.min-vh-100 {
    flex: 0 1 99.6666%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 95vh;
}

.onlineuploader-input-button pp {
    text-align: center;
    display: none;
    position: absolute;
    right: 15px;
    top: -10px;
    background: red;
    color: #fff;
    border-radius: 17px;
    padding: 4px;
    font-size: 14px;
    box-shadow: 0 4px 6px 0 rgba(60, 64, 67, 0.17), 0 1px 3px 1px rgba(60, 64, 67, 0.24);
    min-width: 22px;
    line-height: 14px;
}

.onlineuploader-input-button pp::before {
    content: " ";
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.55;
    width: 0;
    height: 0;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    z-index: 0;
}

.onlineuploader-input-drop {
    text-align: center;
}

.onlineuploader-title .column-title {
    margin-top: 0px;
}

.NoUsered .ppp {
    display: none;
}

@media (max-width:1768px) {
    .onlineuploader-title .column-title {
        margin-top: 20px;
    }
    .onlineuploader {
        max-width: 1200px;
    }
    .min-vh-100 {
        max-width: 100%;
        margin: 0 auto;
        flex: 0 1 96.6666%;
        min-height: 70vh;
    }
}

.regurl {
    color: #018026;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #018026;
    text-decoration-thickness: 2px;
}

* {
    scrollbar-color: #bdc1c6 transparent;
}

@media (max-width:768px) {
    .onlineuploader-title .column-title h1 {
        font-size: 30px;
    }
    .convertint {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        padding: 0px 5px;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
        margin-top: 10px;
    }
    .convertformat pp {
        display: none;
    }
    .onlineuploader-title .column-title p {
        margin: 0px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        display: none;
    }
    .onlineuploader {
        border-radius: 0px;
    }
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles {
        margin-top: 20px;
    }
    .convertcenter {
        border-radius: 0px;
        margin-top: 30px;
    }
    .onlineuploader-title .columns {
        display: block;
        padding: 0px;
    }
    .onlineuploader-title .column-title {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin: 30px 20px 0px;
        padding: 0px;
    }
    .onlineuploader-title .column-actions {
        box-shadow: none;
        border-width: 0px !important;
        max-width: 360px !important;
        padding-bottom: 0px;
        background-position-y: 20px;
        background-position-x: 0px;
    }
    .mainrow {
        margin: 40px auto 0px;
    }
    .onlineuploader-title .column-actions {
        text-align: center;
    }
    .onlineuploader-title .column-actions .convertformat {
        position: static;
    }
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner {
        margin: 0px auto;
        height: 72px;
    }
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-button {
        background-position-x: calc(100% - 20px);
        min-width: 260px;
    }
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-button p {
        margin: 0 auto 0 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 180px;
    }
    .hint--top::after {
        -webkit-transform: translateX(-70%);
        -moz-transform: translateX(-70%);
        transform: translateX(-70%);
    }
    .hint--top:hover::after {
        -webkit-transform: translateX(-70%) translateY(-8px);
        -moz-transform: translateX(-70%) translateY(-8px);
        transform: translateX(-70%) translateY(-8px);
    }
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input-inner span {
        padding: 26px 15px;
    }
    .onlineuploader.onlineuploader-theme-dragdrop {
        margin-top: 30px !important;
    }
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles {
        margin-top: 40px !important;
    }
    .onlineuploader-error h5 {
        display: none;
    }
    .onlineuploader-error-close {
        color: #fff !important;
        fill: #fff !important;
        cursor: pointer;
        background-color: rgba(255, 237, 237, 0.04) !important;
    }
    .onlineuploader-error h3 {
        color: #fff !important;
        font-weight: 200;
    }
    .onlineuploader-error-button {
        font-weight: 700 !important;
        border-radius: 0px;
        color: #fff !important;
    }
    .maxbuttom {
        border: 2px solid #fe2232 !important;
        color: #fff !important;
        background-color: #f9f9f9 !important;
        margin-top: 20px !important;
        cursor: pointer;
    }
    .onlineuploader-input,
    .onlineuploader-items {
        border-radius: 0px;
    }
    .column-ads60 {
        max-height: 100px !important;
    }
}

body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.onlineuploader::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

html {
    touch-action: none;
    touch-action: pan-y;
}

.tbk__symbol {
    margin-bottom: 10px;
}

.mdui-text-center {
    text-align: center !important;
}

.tbk__symbol span {
    display: inline-block;
    margin: 0 auto;
    background-position: center;
    border-radius: 3px;
    width: 138px;
    min-height: 4px;
    background: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAIoAAAAECAIAAADeXzCbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8%2BIDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODFEOUEyMzFBOERFQzcyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQTlDNkVFOEVGQzIxMUUxOUJDNkEyREUzQzEzOUJGNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQTlDNkVFN0VGQzIxMUUxOUJDNkEyREUzQzEzOUJGNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDZENjQwNjM2MzIwNjgxMTgwODM4RUVFOTdCQkFFREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc3RjExNzQwNzIwNjgxMTgxRDlBMjMxQThERUM3MkMiLz4gPC9yZGY6RGVzY3JpcHRpb24%2BIDwvcmRmOlJERj4gPC94OnhtcG1ldGE%2BIDw/eHBhY2tldCBlbmQ9InIiPz6z2rdVAAAAMElEQVR42mJkaP/OQHvwb7Y1A10AY%2B85Oln0OYwOtjAxjIJBDEajZzR6RgG5ACDAAGNHBgAfwwAlAAAAAElFTkSuQmCC") no-repeat right bottom;
}

.iindex {
    background-color: #f1f9f1 !important;
    color: #034e06 !important;
}

.header {
    background-color: #fff;
    width: 100%;
    height: 99px;
    z-index: 1041;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #4caf50 !important;
}

.office--main {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.header__nav {
    padding: 0;
    margin: 0 auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.header .brand,
.header .office-menu {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    height: 65px;
}

.header .qrcode a {
    color: #383e45;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 24px;
}

.header .qrcode a:hover {
    color: #4caf50;
}

.mobileshow {
    display: none !important;
}

.page-content-reghit .NoFiles .user-badge {
    display: none;
}

.page-content-reghit.NoUsered .user-badge {
    display: none;
}

.clickremove {
    display: none;
    z-index: 11;
    position: absolute;
    right: 6px;
    cursor: pointer;
    box-shadow: 0 0px 5px 0 rgba(23, 23, 23, 0.31);
    border-radius: 50px;
    top: 4px;
}

.clickremove:hover {
    background-color: #4caf50;
}

.clickremove:hover svg {
    fill: #fff;
}

@media (max-width:840px) {
    .clickremove {
        display: inline-block;
    }
    .header {
        height: 60px;
    }
    .header .header__nav {
        -ms-flex-order: -3;
        order: -3;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin: 0;
        height: 60px;
        display: inline-block !important;
    }
    .header .brand {
        -ms-flex-order: 2;
        order: 2;
        flex: 0 0 0%;
    }
    .header .brand .office__icon {
        margin-left: 0px !important;
    }
    .header .office-menu {
        -ms-flex-order: 3;
        order: 3;
        flex: 0 0 70px;
    }
    .header .qrcode {
        display: none;
    }
    .mobileshow {
        display: inline-block !important;
    }
    .office--main {
        background-color: #fff;
        height: 56px;
    }
}

@media (min-width:841px) {
    .header {
        height: 65px;
    }
    .office--main {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 0;
    }
    .header .brand {
        -ms-flex-order: 2;
        order: 2;
        flex: 1 1 auto;
    }
    .header .office__icon {
        width: 280px;
        margin-left: 340px;
    }
    .header .office-menu {
        -ms-flex-order: -2;
        order: -2;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .header__nav {
        width: 332px;
        order: 1;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .header__nav>div {
        margin: 0;
    }
    .header__nav .main-menu {
        border-top: 0;
    }
    .header .qrcode {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.brand {
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.office__icon {
    width: 147px;
    max-height: 100%;
}

.office__icon img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.office-menu {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.office-menu,
.office-menu .convert-nav {
    display: -ms-flexbox;
    display: flex;
}

.office-menu .convert-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
}

.office-menu .convert__item {
    margin: 0;
    height: 100%;
}

.office-menu .convert__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 60px;
    text-decoration: none;
    height: 100%;
}

.office-menu .convert__item--gray a {
    font-weight: 400;
    border: none;
    color: #161616;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.office-menu .convert__item--gray a:hover {
    border-bottom: 1px solid #4caf50;
    background-color: #fff;
}

@media (max-width:840px) {
    .office-menu .convert__item--gray {
        display: none;
    }
}

.office-menu .convert__item--sub {
    cursor: pointer;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.office-menu .convert__item--sub .divider {
    border-bottom: 1px solid #f1f1f1;
}

@media (max-width:840px) {
    .office-menu .convert__item--sub:hover>ul {
        right: 0;
        opacity: 1;
        visibility: visible;
        height: auto;
        border: 1px solid #ccc;
    }
}

.office-menu .convert__item--sub ul {
    right: 0;
    position: absolute;
    min-width: 240px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    top: 64px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.office-menu .convert__item--sub ul a {
    padding: 0 16px;
    height: 48px;
    margin: 0;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #161616;
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.office-menu .convert__item--sub ul a:hover {
    color: #4caf50;
    background: #f1f9f1;
}

.office-menu .convert__item--sub .convert__item--sub:after {
    content: "";
    width: 8px;
    height: 12px;
    background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEyIiB3aWR0aD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4zLjJjLjEgMCAuMiAwIC4zLjFsNS4zIDUuM2MuMi4yLjIuNiAwIC44bC01LjMgNS4zYy0uMS4xLS4yLjEtLjMuMS0uNCAwLS42LS40LS4zLS43TDYuMiA2IDEgLjlDLjguNi45LjIgMS4zLjJ6IiBmaWxsPSIjNDU0NDQ0Ii8+PC9zdmc+") no-repeat 50%;
    position: absolute;
    right: 12px;
    color: #161616;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.office-menu .convert__item--sub .convert__item--sub:hover:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.office-menu .convert__item--sub .convert__item--sub:after {
    top: 40%;
}

.office-menu .convert__item--sub .convert__item--sub ul {
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}

.office-menu .convert__item--sub .convert__item--sub ul {
    max-height: 72vh;
    overflow: auto;
    width: 100%;
    min-width: auto;
    right: 190px;
    z-index: 2;
    max-width: 600px;
}

@media (min-width:840px) {
    .office-menu .convert__item--sub .convert__item--sub ul {
        left: 100% !important;
        z-index: -1;
    }
    .office-menu .convert__item--sub:hover>ul {
        left: 0;
        opacity: 1;
        visibility: visible;
        height: auto;
        border: 1px solid #ccc;
        top: 61px;
        border-top: 1px solid #4caf50;
    }
}

@media (min-width:840px) {
    .office-menu .convert__item--sub .convert__item--sub ul.lang__menu {
        left: 100%;
        width: 600px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        z-index: -1;
    }
}

.office-menu .convert__item--sub .convert__item--sub ul.lang__menu a {
    display: block;
    height: 32px;
    text-transform: capitalize;
}

.office-menu .convert__item--sub .convert__item--sub ul a {
    padding: 0 12px;
    line-height: 16px;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
}

.office-menu .convert__item--sub .convert__item--sub .lang__menu a {
    line-height: 32px;
}

.main-menu {
    font-size: 15px;
}

@media (min-width:840px) {
    .main-menu {
        height: 62px;
    }
}

@media (max-width:1440px) {
    .main-menu {
        font-size: 15px;
    }
}

@media (max-width:1200px) {
    .main-menu {
        font-size: 15px;
    }
}

.convertint {
    height: 50px;
    font-size: 16px;
    border-radius: 4px 4px 0px 0px !important;
    line-height: 50px;
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 10px;
}

.convertint span {
    cursor: pointer;
    color: #333;
    padding: 0px 0px 8px 10px;
    border-radius: 30px;
    font-weight: 700;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IkxheWVyIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQwMCAxNiIgd2lkdGg9IjQwMCIgaGVpZ2h0PSIxNiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIiB5MT0iMTMuNjkiIHgyPSI0MzUuNDUiIHkyPSIxMy42OSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLjkxNzE2IDAgMCAuNzcwOCAuMjcgLjY4NykiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzYxNmViMyIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiNlYzEwNjciLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmNjkwMWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCB2ZWN0b3ItZWZmZWN0PSJub24tc2NhbGluZy1zdHJva2UiIGQ9Ik01IDEyLjExQzIxNS44MS01LjM0IDIwNC44NyAyNC4yMiAyODQuNzMgNiAzNDEuMTktNi44MiAyNTguNiAyNi41NyAzOTUgNi4yOSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0idXJsKCNhKSIvPjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 90% 100%;
    background-position: center;
    background-position-y: 15px;
    min-width: 150px;
    display: inline-block;
    letter-spacing: 2.6px;
    font-size: 20px;
    text-align: left;
}

.convertint span:nth-child(2) {
    min-width: auto !important;
    background-image: none;
    letter-spacing: 1.6px;
    font-weight: 500;
}

.onlineuploader.onlineuploader-theme-dragdrop .onlineuploader-input {
    min-height: 100px;
    border-radius: 5px 5px 0px 0px;
}

.onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input {
    min-height: 160px;
    border-radius: 0px;
}

@media (max-width:960px) {
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles .onlineuploader-input {
        min-height: 100px;
    }
    .onlineuploader-input .onlineuploader-input-button p {
        font-size: 18px;
    }
    .convertint {
        display: none !important;
    }
    .onlineuploader.onlineuploader-theme-dragdrop.NoFiles {
        background-color: transparent;
        background-image: none;
    }
    .onlineuploader-input {
        min-height: 100px;
    }
    .main-menu {
        font-size: 15px;
    }
}

.main-menu .convert-nav {
    display: block;
    height: 65px;
}

.main-menu .convert-nav li {
    display: inline-block;
    position: relative;
}

.main-menu .convert-nav li a,
.main-menu .convert-nav li span {
    font-weight: 400;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #161616;
    cursor: pointer;
}

.main-menu .convert-nav li a:hover,
.main-menu .convert-nav li span:hover {
    background-color: #fff;
    color: #034e06;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

@media (max-width:1440px) {
    .main-menu .convert-nav li a,
    .main-menu .convert-nav li span {
        padding: 0 12px;
    }
}

.main-menu .convert-nav li.convertmenu .nav__icon {
    display: none;
}

.main-menu .convert-nav li.convertmenu .ico {
    margin: 4px 0 0;
    vertical-align: middle;
}

.main-menu .convert-nav li.convertmenu .convertmenu-menu {
    display: none;
}

.main-menu .convert-nav li:hover ul {
    height: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.main-menu .convert-nav li.showclose {
    display: none;
    position: fixed !important;
    top: 80px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3001;
    clear: both;
    width: 40px;
    height: 40px;
    right: 20px;
    position: fixed;
    border-radius: 50%;
    color: #035903;
    background-color: #ebf9eb;
}

.NoFiles .onlineuploader-input {
    background-color: transparent !important;
    background-image: none !important;
}

@media (max-width:840px) {
    .office-menu .convert__item--sub .convert__item--sub ul {
        max-height: 72vh;
        overflow: auto;
        width: 100%;
        min-width: auto;
        right: 190px;
        z-index: 2;
        max-width: 180px;
    }
    .main-menu {
        position: relative;
        border-top: 0;
    }
    .main-menu .convert-nav {
        text-align: left;
        height: 60px;
    }
    .main-menu .convert-nav>li {
        display: none;
    }
    .main-menu .convert-nav #menuSmall {
        display: inline-block;
        height: auto;
        width: 38px;
    }
    .main-menu .convert-nav #menuSmall>span {
        display: none;
    }
    .main-menu .convert-nav #menuSmall .nav__icon {
        display: block;
        line-height: 60px;
        height: 60px;
        padding: 0;
    }
    .main-menu .convert-nav #menuSmall ul.menu-full {
        display: none;
    }
    .main-menu .convert-nav #menuSmall:hover>ul.menu-full {
        display: block;
        left: 0;
        right: auto;
    }
    .main-menu .convert-nav li a {
        height: 60px;
    }
    .main-menu .convert-nav li ul {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.main-menu .convert-nav li.convertmenu-all:hover {
    background-color: #fff;
}

.main-menu .convert-nav li.convertmenu-all .icon12 {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.main-menu .convert-nav li.convertmenu-all:hover .icon12 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu .convert-nav li.convertmenu-all:hover .nav__icon {
    fill: #4caf50;
}

@media screen and (max-width:840px) {
    .main-menu .convert-nav li.convertmenu-all:hover+.showclose {
        display: flex !important;
    }
}

.UlT73d {
    transform: rotate(0deg);
}

.langli {
    display: none !important;
}

@media (max-width:1440px) {
    .main-menu .convert-nav>li {
        display: none;
    }
    .main-menu .convert-nav #menuSmall .myconvertlist {
        display: none;
    }
    .main-menu .convert-nav #menuSmall .nav__icon {
        display: inline-block;
    }
    .header__nav {
        display: none;
    }
    .qrcode.office-menu {
        min-width: auto !important;
    }
    .langli {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width:1240px) {
    .main-menu .convert-nav>li {
        display: none;
    }
    .main-menu .convert-nav #menuSmall {
        display: inline-block;
    }
    .main-menu .convert-nav li ul.menu-full ul {
        padding-top: 0;
    }
    .main-menu .convert-nav li ul.menu-full div {
        padding: 4px 8px;
    }
}

.main-menu .convert-nav li.convertmenu-all {
    position: inherit;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.main-menu .convert-nav li ul.menu-full {
    font-size: 14px;
    width: 100%;
    height: auto;
    right: 0;
    padding: 12px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-menu .convert-nav li ul.menu-full--convert {
    max-width: 800px !important;
    right: auto;
    padding: 12px 24px 16px;
}

.main-menu .convert-nav li ul.menu-full--qrcode {
    width: 250px !important;
    left: auto;
    padding: 15px;
    right: 2px;
    min-width: 250px !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.main-menu .convert-nav li ul.menu-full--convert>li {
    -ms-flex: 1 0 10% !important;
    flex: 1 0 10% !important;
}

.main-menu .convert-nav li ul.menu-full--converter {
    right: 0;
    padding: 12px 24px 16px;
}

.main-menu .convert-nav li ul.menu-full--converter>li {
    -ms-flex: 1 0 10% !important;
    flex: 1 0 10% !important;
}

.main-menu .convert-nav li ul.menu-full div {
    color: #969696;
    font-weight: 300;
    font-size: 14px;
    padding: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-menu .convert-nav li ul.menu-full>li {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

@media (max-width:1500px) {
    .main-menu .convert-nav li ul.menu-full>li a {
        line-height: 18px;
    }
}

@media (max-width:1400px) {
    .main-menu .convert-nav li ul.menu-full>li {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
    }
}

.main-menu .convert-nav li ul.menu-full ul {
    display: block;
    position: relative;
    top: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu .convert-nav li ul.menu-full ul li {
    font-weight: 300;
}

.main-menu .convert-nav li ul.menu-full ul li a {
    padding: 12px;
    text-transform: capitalize;
}

@media (max-width:1323px) {
    .main-menu .convert-nav li ul.menu-full div {
        padding: 8px;
    }
    .main-menu .convert-nav li ul.menu-full ul li a {
        padding: 8px;
        line-height: 28px;
        height: 32px;
    }
    .main-menu .convert-nav li ul.menu-full>li {
        margin-bottom: 12px;
    }
}

.ico {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
}

.office--translate {
    background-position: -30px -430px !important;
}

.office--qrocde {
    background-position: -5px -180px !important;
}

.office--downloader {
    background-position: -5px -205px !important;
}

.office--pdfjpg {
    background-position: -5px -280px !important;
}

.office--pdfpowerpoint {
    background-position: -5px -330px !important;
}

.office--pdfexcel {
    background-position: -5px -355px !important;
}

.office--length {
    background-position: -5px -455px !important;
}

.office--weight {
    background-position: -5px -480px !important;
}

.office--area {
    background-position: -30px -455px !important;
}

.office--onlinedown {
    background-position: -30px -480px !important;
}

.office--currency {
    background-position: -30px -505px !important;
}

.office--barcode {
    background-position: -59px -30px !important;
}

.main-menu .convert-nav li.convertmenu .ico {
    margin: 4px 8px 4px 4px;
    padding-left: 20px;
}

@media screen and (min-width:601px) and (max-width:1400px) {
    .officelinks {
        display: none !important;
    }
}

@media screen and (min-width:601px) and (max-width:1000px) {
    .main-menu .convert-nav li ul.menu-full--convert {
        width: 100%;
        left: auto;
        padding: 12px 24px 16px;
    }
    .main-menu .convert-nav li.convertmenu-all:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11);
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }
    .main-menu .convert-nav li ul.menu-full--converter {
        left: 0;
        padding: 12px 24px 16px;
        max-width: 1400px;
    }
}

@media screen and (max-width:600px) {
    .main-menu .convert-nav li ul.menu-full ul li a {
        padding: 4px;
        line-height: 38px;
        height: 38px;
    }
}

a {
    text-decoration: none;
}

@media (max-width:1200px) {
    .header .brand .office__icon {
        width: 240px;
    }
}

@media (max-width:400px) {
    .header .brand .office__icon {
        width: 200px;
    }
}

.icon12 {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: currentColor;
    overflow: hidden;
    margin-left: 6px;
}

.icon16 {
    width: 17px;
    height: 17px;
    margin-left: 6px;
    fill: currentColor;
    overflow: hidden;
    margin-left: 2px;
}

.icon20 {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    margin-right: 12px;
    fill: currentColor;
    overflow: hidden;
    
}

.icon20lang {
    width: 20px;
    height: 20px;
    vertical-align: -0.32em;
    margin-right: 4px;
    fill: currentColor;
    overflow: hidden;
}

.icon20no {
    width: 20px;
    height: 20px;
    vertical-align: -0.22em;
    fill: currentColor;
    overflow: hidden;
}

.icon24 {
    width: 24px;
    height: 24px;
    vertical-align: -0.22em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 5px;
}

.office20 {
    width: 20px;
    height: 20px;
    vertical-align: -0.22em;
    fill: currentColor;
    overflow: hidden;
    margin: auto 15px;
}

.icon24no {
    width: 24px;
    height: 24px;
    fill: currentColor;
    overflow: hidden;
}

.officemore:hover {
    background-color: #fff;
}

.officemore:hover svg {
    fill: #4caf50;
}

.officemore:hover ul svg {
    fill: #161616;
}

.office-menu .convert__item--sub ul a:hover svg {
    fill: #4caf50;
}

.header .qrcode .convert__item span {
    margin-left: 5px;
    text-transform: capitalize;
}

.qrcode.office-menu {
    height: 65px;
}

.main-menu .convert-nav li.convertmenu-all:hover {
    cursor: pointer;
}

.main-menu .convert-nav li.convertmenu-all:hover span {
    color: #4caf50;
    cursor: pointer;
}

.myconvertlist {
    font-weight: 400;
}

#menuSmall:hover {
    cursor: pointer;
}

#menuSmall:hover .myconvertlist {
    color: #4caf50;
}

ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    list-style: none;
}

.page-content-reghit {
    flex: 0 1 auto;
    width: calc(100% - 300px);
}

.myconvertlist ss {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width:820px) {
    [class*="hint--"]::before,
    [class*="hint--"]::after {
        display: none;
    }
}

footer {
    display: block;
}

.icon24 {
    width: 24px;
    height: 24px;
    vertical-align: -0.22em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 5px;
}

.page-content-left {
    flex: 1 1 auto;
    min-width: 290px;
}

.Fbrw4b {
    margin-right: 10px;
}

.eqVmXb {
    display: inline;
    outline: none;
}

c-wiz {
    contain: style;
}

.OlR1df {
    color: #5f6368;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 36px 12px;
}

.BQBwZc {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.BQBwZc .eqVmXb {
    width: 100%;
}

.YoKU9e {
    bottom: 0;
    cursor: pointer;
    height: 24px;
    left: 0;
    margin: auto;
    margin-left: 18px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    width: 24px;
}

.YoKU9e:focus {
    outline: none;
    background-color: #def1de;
    border-radius: 50%;
    transition: box-shadow 0.3s;
}

.YoKU9e:focus svg {
    fill: #225e1e;
}

.YoKU9e:hover {
    background-color: #dff1df;
    border-radius: 50%;
    transition: box-shadow 0.3s;
}

.pAwJHb {
    color: #5f6368;
    line-height: 0;
    padding: 0;
    transform: rotate(90deg);
    transition-duration: 0.3s;
}

.hzF9eb {
    max-height: none;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-duration: 0.3s;
    transition-property: max-height;
}

.hzF9eb .YoKU9e {
    bottom: none;
    cursor: pointer;
    height: 24px;
    left: 24px;
    margin-left: 24px;
    position: absolute;
    right: none;
    top: none;
    -webkit-user-select: none;
    width: 24px;
    z-index: 1;
}

.sMBJh {
    display: flex;
    min-height: calc(100vh - 64px);
    flex-direction: column;
    justify-content: space-between;
}

.SABpDb {
    padding-left: 27px;
}

.G3sBi {
    border-radius: 0 32px 32px 0;
    cursor: pointer;
    display: block;
    padding: 12px 36px 12px 50px;
    text-decoration: none;
    white-space: nowrap;
}

.G3sBi:focus {
    background-color: #4caf501c;
    outline: none;
}

.G3sBi:hover {
    background-color: #dff1df;
    color: #034e06 !important;
}

.G3sBi.rU9Npf {
    letter-spacing: 0.01785714em;
    font-family: officefont, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    align-items: center;
    color: #3c4043;
    display: flex;
    flex: 1;
    cursor: pointer !important;
}

.G3sBi.O3zbCe {
    letter-spacing: 0.025em;
    font-family: officefont, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #3c4043;
    padding-top: 6px;
    padding-bottom: 6px;
}

.zoa7Ve {
    display: none;
    width: 264px;
}

.zoa7Ve.hpnc1c {
    display: block;
    margin-right: 25px;
}

.jmG9nb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 8px;
    padding-top: 8px;
}

.jmG9nb:last-child {
    border: none;
}

.indexlist {
    margin-left: 6px;
}

.O3zbCe {
    padding-left: 77px;
}

.pooEtb {
    letter-spacing: 0.025em;
    font-family: officefont, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: #5f6368;
    text-decoration: none;
}

.jdOQ8d {
    margin: 0 5px;
    vertical-align: middle;
}

.Qh16y:hover {
    background-color: #dff1df;
    cursor: default;
}

.gb_Nc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 65px;
    margin-top: 65px;
    bottom: 0;
    color: #000;
    height: -webkit-calc(100vh - 64px);
    height: calc(100vh - 64px);
    position: fixed;
    overflow: hidden;
}

.UlT73d {
    transform: rotate(0deg);
}

.gb_Nc:hover {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.gb_Nc:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 22;
}

.gb_Nc::-webkit-scrollbar-corner {
    background-color: transparent;
}

.gb_Nc::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: transparent;
    border: 0 solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 28px;
}

.gb_Nc::-webkit-scrollbar-track {
    border: 0 solid transparent;
    background-clip: padding-box;
    background-color: transparent;
}

.gb_Nc::-webkit-scrollbar-thumb:hover {
    background-color: #858585;
}

.gb_Nc::-webkit-scrollbar-thumb:active {
    background-color: #999;
}

.icon200 {
    width: 20px;
    height: 20px;
    vertical-align: -0.22em;
    fill: currentColor;
    overflow: hidden;
}

@media (max-width:1168px) {
    .page-content-left {
        display: none;
    }
    .page-content-reghit {
        width: 100%;
    }
    .min-vh-100 {
        padding: 0px;
        width: 100%;
        margin: 0px;
        flex: auto;
    }
    .header .office__icon {
        margin-left: 70px;
    }
}

footer {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: 0 0;
}

@media (min-width:1024px) {
    body::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
}

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

footer {
    display: block;
}

.icon16 {
    width: 16px;
    height: 16px;
    vertical-align: -0.22em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 4px;
}

.header .qrcode .convert__item span {
    display: none;
}

.fileformats {
    display: none;
}

.qrcode.office-menu {
    min-width: 310px;
}

@media (min-width:1500px) {
    .header .office__icon {
        margin-left: 230px;
    }
    .header__nav {
        display: block;
    }
    .header .qrcode .convert__item span {
        display: block;
        font-weight: 400;
    }
    .fileformats {
        display: block;
    }
    .qrcode.office-menu {
        min-width: auto;
    }
}

.icon-car-count {
    min-width: 14px;
    text-align: center;
    line-height: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    background: #2b932f;
    background-image: none;
    color: #fff;
    border-radius: 17px;
    padding: 4px 8px;
    font-size: 15px;
    transform: scale(0.7);
    margin-top: 0;
}

.mdui-divider.divider {
    background-color: #fff;
    margin: 10px 0px 24px;
    text-align: center;
    display: block;
}

.mdui-divider.divider span {
    background-color: #4caf50;
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    background-image: linear-gradient(135deg, rgb(251, 93, 95) 0%, rgb(244, 68, 71) 100%);
    box-shadow: 0 2px 5px 0 rgba(251, 66, 97, 0.51);
}

.mdui-divider.divider::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -9px;
    background-color: #10731424;
}

.cd-cart .select.year::after {
    content: "";
    display: block;
    margin-top: -22px;
    width: 100%;
    height: 1px;
    background-color: #dc3c00;
}

.showno {
    display: none !important;
}

.cd-cart-container .cd-cart-container-bg {
    display: none;
}

.cd-cart-container .cd-cart .body ul {
    display: none;
}

.cd-cart-trigger,
.cd-cart {
    position: fixed;
    bottom: 20px;
    right: 5%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

@media only screen and (min-width:1170px) {
    .cd-cart-trigger,
    .cd-cart {
        bottom: 240px;
    }
}

.cd-cart-trigger {
    z-index: 1111113;
    height: 72px;
    width: 72px;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.cd-cart-trigger::after,
.cd-cart-trigger::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    background: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNDQgNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCAxNDQgNzIiIHdpZHRoPSIxNDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTExOSAyNS0yMiAyMiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzM0MzQzNDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTAiLz48cGF0aCBkPSJtMTE5IDQ3LTIyLTIyIiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMzQzNDM0O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMCIvPjxwYXRoIGQ9Im0zMC4xIDM5LjZjLTEgMi44LTEgMi44IDIgMi44aDEyLjZjMSAwIDEuNiAwIDEuNiAxLjMgMCAxLjItLjMgMS42LTEuNSAxLjYtNC44LS4xLTkuNyAwLTE0LjUgMC0zLjcgMC00LjgtMS44LTMuMy01LjIuOS0uNyAxLjktMS4yIDMuMS0uNXoiIGZpbGw9IiM0YTdiYmUiLz48cGF0aCBkPSJtMzAuMSAzOS42Yy0xLjEuMS0yLjEuMy0zLjIuNSAxLjUtMi43LjYtNS4yLS44LTcuNi0uNy0xLjEtMS4yLTIuNC0xLjctMy42LS42LTEuNC0xLjItMi42LTMuMS0yLjItMS4yLjItLjgtLjktLjgtMS40IDAtLjYtLjQtMS41LjgtMS40aC4yYzMuNi0uMiAzLjYtLjIgNS4xIDMgMS42IDMuMyAzLjEgNi42IDQuNiA5LjkuNCAxLjEgMCAyLS45IDIuOCAwLS4xLS4xLS4xLS4yIDB6IiBmaWxsPSIjNGRhMDU2Ii8+PHBhdGggZD0ibTMwLjMgMzkuNGMuMy0uOS42LTEuOS45LTIuOGgxMC4yYzEtLjYgMi4xLS43IDMuMS4xLS42IDIuMS0yIDMtNC4yIDIuOS0zLjQtLjItNi43LS4xLTEwLS4yeiIgZmlsbD0iI2VjYjY0NiIvPjxwYXRoIGQ9Im00NC40IDM2LjctMy4xLS4xYzEuNy0zLjEgMy40LTYuMiA1LTkuMy42LTEuMSAxLjItLjMgMS43IDBzMS41LjMuOCAxLjRjLTEuNCAyLjctMi45IDUuMy00LjQgOHoiIGZpbGw9IiNkZTQ1MzkiLz48cGF0aCBkPSJtNDMuNCA0Ni43YzEuNSAwIDIuOSAxLjQgMi44IDIuOSAwIDEuNC0xLjMgMi44LTIuOCAyLjhzLTIuOS0xLjMtMi45LTIuOGMwLTEuNiAxLjMtMi45IDIuOS0yLjl6IiBmaWxsPSIjNGE3YmJlIi8+PHBhdGggZD0ibTMxLjggNDkuNmMwIDEuNi0xLjMgMi45LTIuOSAyLjgtMS41IDAtMi43LTEuMy0yLjctMi44IDAtMS42IDEuMi0yLjkgMi44LTIuOXMyLjggMS4yIDIuOCAyLjl6IiBmaWxsPSIjNDk3YmJlIi8+PHBhdGggZD0ibTUyLjggMzMuNi0uOC40Yy0uMi4xLS4zIDAtLjMtLjJsLjEtLjktLjYtLjZjLS4yLS4yLS4xLS4zLjEtLjNsLjktLjEuNC0uOGMuMS0uMi4yLS4yLjQgMGwuNC44LjkuMWMuMiAwIC4zLjIuMS4zbC0uNi42LjIuOWMwIC4yLS4xLjMtLjMuMi0uMSAwLS45LS40LS45LS40eiIgZmlsbD0iI2ZjZTAwMCIvPjxwYXRoIGQ9Im01Mi44IDMzLjYtLjguNGMtLjIuMS0uMyAwLS4zLS4ybC4xLS45LS42LS42cy42LS4xIDEuMyAwIDEuMS41IDEuMS41bC4yLjljMCAuMi0uMS4zLS4zLjIgMCAwLS43LS4zLS43LS4zeiIgZmlsbD0iI2ZiZDIwMCIvPjxwYXRoIGQ9Im0xNi4zIDM5LjktLjYuM2MtLjIuMS0uMyAwLS4zLS4ybC4xLS43LS41LS40Yy0uMi0uMi0uMS0uMy4xLS40bC43LS4xLjMtLjZjLjEtLjIuMi0uMi40IDBsLjMuNi43LjFjLjIgMCAuMy4yLjIuNGwtLjUuNC4xLjdjMCAuMi0uMS4zLS4zLjItLjEgMC0uNy0uMy0uNy0uM3oiIGZpbGw9IiNmY2UwMDAiLz48cGF0aCBkPSJtMTYuMyAzOS45LS42LjNjLS4yLjEtLjMgMC0uMy0uMmwuMS0uNy0uNS0uNHMuNS0uMSAxLjEgMGMuNS4xLjkuNS45LjVsLjEuN2MwIC4yLS4xLjMtLjMuMnoiIGZpbGw9IiNmYmQyMDAiLz48cGF0aCBkPSJtMTUuMyAzMC42Yy42LjEgMS4xLjIgMS4zLjNzMCAuMi0uMS42Yy0uMS4zIDAgLjcuMS45bC40LS4yYzAtLjEtLjEtLjMgMC0uNS4yLS41LjMtLjgtLjItMS0uMy0uMS0uOC0uMy0xLjQtLjV6IiBmaWxsPSIjZmZlMzE3Ii8+PHBhdGggZD0ibTE1LjggMjUuOWMxLS4zIDEuOS0uMSAyLjcgMS4yLjEuMS40IDEgLjYgMS40LjQuOSAxLjMgMS43IDEuOSAyLjJsLjEtLjZjLS43LS40LTEuMi0xLTEuNy0xLjktLjItLjMtLjctMS4zLS44LTEuNC0uOS0xLjUtMS43LTEuOS0zLTEuNSAwIDAgLjIuNi4yLjZ6IiBmaWxsPSIjMDBlYmE4Ii8+PHBhdGggZD0ibTQ2LjggMjMuOWMtLjIuMi0uMi4xLS4yLS4xIDAgMCAuMy0xLjQgMS44LTNzMy42LTIuNCA0LTIuNmMxLS40IDEuNy0uMyAyLS4yLjIuMS43LjUuNiAxLjEtLjIuNS0uNy42LTEuNy43LS43IDAtMi4yLjUtMy42IDEuNS0xLjUgMS0yLjkgMi42LTIuOSAyLjZ6IiBmaWxsPSIjZmZjNjAwIi8+PHBhdGggZD0ibTQ5LjggNDQuOGMtLjIuMS0uMi4yIDAgLjIgMCAwIDEuNC0uMiAyLjQtLjIuOSAwIDEuMS41IDEuNy40LjIgMCAuNC0uNC4xLS43LS4yLS4zLS41LS40LS45LS40LS40LS4xLTEgMC0xLjguMi0uOCAwLTEuNS41LTEuNS41eiIgZmlsbD0iIzAwZTdhYiIvPjxwYXRoIGQ9Im00OS42IDQ2LjFjLjItLjIgMi40LS4yIDMuNS4xIDEuMS40IDEuNy45IDIgMS4zczAgLjktLjUuOC0xLjQtMS4yLTIuNC0xLjdjLTEuMi0uNC0yLjgtLjItMi42LS41eiIgZmlsbD0iIzc1M2NmNiIvPjxwYXRoIGQ9Im0yMS4zIDQ2LjZjLTEgMC0xLjQtLjMtMS45LS4ycy0uNi40LS42LjcuMyAxLjEuMiAxLjJjLS4xLjItLjgtLjYtMS40LS42cy0uNS42LS40LjguOSAxLjYuNiAxLjgtMi0xLjItMi0xLjJoLS4xbC0uMy40di4xczEuNSAxLjEgMi4xIDEuMS44LS40LjktLjhjMC0uNC0uNS0xLjItLjQtMS40cy41IDAgLjguMS43LS4xLjctLjctLjMtLjktLjItMS4yYy4xLS4yLjYuMS42LjFzLjkuNCAxLjUtLjFjLS4xIDAtLjEtLjEtLjEtLjF6IiBmaWxsPSIjMDBhY2VkIi8+PHBhdGggZD0ibTM1LjIgMjYuM2MwLTEuNi4xLTMuMiAwLTQuNy0uMS0xIC41LS45IDEuMS0uOXMxLjItLjEgMS4xLjljLS4xIDEuNiAwIDMuMiAwIDQuNy0uMiAxLjEtMS4xIDEuNi0xLjkgMi4zLS4xIDAtLjMgMC0uNC0uMS0uNC0uNy0uNC0xLjQuMS0yLjJ6IiBmaWxsPSIjZTk0MzM1Ii8+PHBhdGggZD0ibTM1LjUgMjguNWMuNy0uNyAxLjMtMS41IDItMi4yIDEuNSAwIDMuMS4xIDQuNiAwIC45IDAgMSAuNC45IDEuMSAwIC43IDAgMS4yLTEgMS4yLTEuNS0uMS0zLjEgMC00LjYgMC0uNi40LTEuMy41LTEuOS0uMXoiIGZpbGw9IiM0Mjg0ZjMiLz48cGF0aCBkPSJtMzUuMiAyNi4zdjIuMmMtMS42IDAtMy4xLS4xLTQuNyAwLS45LjEtLjktLjUtLjktMS4xcy0uMS0xLjIuOS0xLjFjMS41LjEgMy4xIDAgNC43IDB6IiBmaWxsPSIjZmFiYjA1Ii8+PHBhdGggZD0ibTM1LjUgMjguNWMuNiAwIDEuMy4xIDIgLjEgMCAxLjYtLjEgMy4xIDAgNC43LjEgMS0uNi44LTEuMS44LS42IDAtMS4yLjEtMS4xLS45LjEtMS42IDAtMy4xIDAtNC43eiIgZmlsbD0iIzM0YTc1MyIvPjwvc3ZnPg==") no-repeat 0 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.mylove::after,
.mylove::before {
    background: none !important;
}

.cd-cart-trigger::after {
    background-position: -72px 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.cd-cart-trigger .count {
    position: absolute;
    list-style: none;
    padding: 0px;
    top: -10px;
    left: -10px;
    height: 28px;
    width: 28px;
    background: #e94b35;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px 30px 0;
    text-indent: 0;
    -webkit-transition: -webkit-transform 0.2s 0.5s;
    transition: -webkit-transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s;
    transition: transform 0.2s 0.5s, -webkit-transform 0.2s 0.5s;
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    background-image: linear-gradient(135deg, rgb(251, 93, 95) 0%, rgb(244, 2, 6) 100%);
    box-shadow: 0 2px 5px 0 rgba(23, 23, 23, 0.31);
    margin: 0px;
}

.cd-cart-trigger .count li {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    fill: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 3px;
}

.cd-cart-trigger .count li:last-of-type {
    display: none;
    width: auto;
    top: 50px;
    padding: 4px 12px;
    background-color: #dc4c36;
    box-shadow: 0 4px 9px 0 rgba(23, 23, 23, 0.31);
    border-radius: 3px;
    color: #fff;
    left: -40px;
    font-size: 14px;
    background-image: linear-gradient(135deg, rgb(251, 93, 95) 0%, rgb(220, 76, 54) 100%);
}

.cd-cart-trigger:hover .count li:last-of-type {
    display: block;
}

.cd-cart-trigger .count li:last-of-type::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    z-index: 1;
    transition: all 0.2s ease-out;
    transform: translateY(-50%);
    border-left: 7px solid #dc4c36;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    opacity: 1;
}

.cd-cart-trigger:hover+div .wrapper {
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

.cd-cart {
    z-index: 1111112;
    width: 90%;
    max-width: 440px;
    height: 760px;
    max-height: 89%;
    pointer-events: none;
}

.cd-cart .wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 72px;
    width: 72px;
    border-radius: 6px;
    -webkit-transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
    transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    pointer-events: auto;
}

.cd-cart header,
.cd-cart footer {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
}

.cd-cart header,
.cd-cart .body {
    opacity: 0;
}

.cd-cart header {
    top: 0;
    border-radius: 6px 6px 0 0;
    padding: 0 1.4em;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
    border-bottom: 1px solid #e6e6e6;
}

.cd-cart header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart footer {
    bottom: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.cd-cart h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 10px;
    color: #000;
}

.cd-cart .checkout {
    display: block;
    height: 72px;
    line-height: 72px;
    margin-right: 72px;
    background: #4caf50;
    color: transparent;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    -webkit-transition: all 0.2s 0s;
    transition: all 0.2s 0s;
}

.cd-cart .checkout:hover {
    background: #019907;
}

.cd-cart .checkout em {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: -webkit-transform 0s 0.2s;
    transition: -webkit-transform 0s 0.2s;
    transition: transform 0s 0.2s;
    transition: transform 0s 0.2s, -webkit-transform 0s 0.2s;
}

.cd-cart .checkout em::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: "";
    height: 24px;
    width: 24px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-cart .body {
    position: relative;
    z-index: 1;
    height: calc(100% - 40px);
    padding: 20px 0 10px;
    margin: 30px 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-cart .body ul {
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    list-style: none;
    margin: 0px;
}

.cd-cart .body li {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0s 0.2s, transform 0s 0.2s;
    transition: opacity 0s 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
}

.cd-cart .body li::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .product-image {
    display: inline-block;
    float: left;
    width: 70px;
}

.cd-cart .product-image img {
    display: block;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%;
    width: 60px;
    height: 60px;
    margin: 10px auto auto;
}

.cd-cart .product-details {
    position: relative;
    display: inline-block;
    float: right;
    width: calc(100% - 72px);
    padding: 0 0 0 0.5em;
}

.cd-cart .product-details::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .price {
    font-weight: 400;
}

.cd-cart .price {
    float: right;
    width: 20%;
    text-align: right;
    margin-top: 10px;
    color: #000;
}

.cd-cart .actions {
    font-size: 1.4rem;
    height: 1.6em;
    line-height: 1.6em;
    display: inline-block;
    width: 80%;
}

.cd-cart .actions::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .quantity {
    float: left;
    color: #808b97;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 15px;
}

.cd-cart .select {
    position: relative;
    font-size: 13px;
    font-weight: 300;
}

.cd-cart .select.year {
    line-height: 44px;
    margin-top: 10px !important;
}

.product-details .icon-car-count {
    margin-top: 30px;
    right: -24px;
    display: block !important;
    padding: 8px 10px;
    background-image: linear-gradient(135deg, rgb(223, 223, 223) 0%, rgb(217, 217, 217) 100%);
    box-shadow: none;
    color: #000;
}

@media only screen and (min-width:768px) {
    .cd-cart .checkout {
        font-size: 20px;
    }
    .cd-cart .product-image {
        width: 70px;
    }
    .cd-cart .product-details {
        padding: 5px 0 0 5px;
        width: calc(100% - 72px);
        margin-top: 3px !important;
    }
    .cd-cart .price {
        font-size: 18px;
    }
    .cd-cart {
        height: 760px;
    }
}

h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
}

.home-sponsors-heart-1 {
    animation: home-sponsors-heart-1 4s cubic-bezier(0.535, 0.15, 0.425, 1) infinite;
    position: absolute !important;
    bottom: 70%;
    left: 0;
}

.home-sponsors-heart-2 {
    animation: home-sponsors-heart-2 5s cubic-bezier(0.535, 0.15, 0.425, 1) -1s infinite;
    position: absolute !important;
    bottom: 70%;
    left: 0;
}

.home-sponsors-heart-3 {
    animation: home-sponsors-heart-3 6s cubic-bezier(0.535, 0.15, 0.425, 1) -2s infinite;
    position: absolute !important;
    bottom: 70%;
    left: 0;
}

@media only screen and (min-width:2600px) {
    .cd-cart-trigger,
    .cd-cart {
        right: 20%;
        bottom: 400px;
    }
}

.user-badge {
    z-index: 111;
    background-image: linear-gradient(135deg, rgb(251, 93, 95) 0%, rgb(244, 2, 6) 100%);
    box-shadow: 0 2px 5px 0 rgba(251, 66, 97, 0.51);
}

.user-title {
    -webkit-animation: fadeInDown 0.3s linear both;
    -moz-animation: fadeInDown 0.3s linear both;
    animation: fadeInDown 0.3s linear both;
}

.user-badge {
    padding: 1px 12px;
    position: absolute;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    margin-top: -130px;
    margin-left: 30px;
    background: #dc3c00;
    background-image: none;
    color: #fff;
    font-size: 0.75rem;
    line-height: 80px;
    opacity: 0;
    font-weight: 400;
    z-index: 1;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 60px;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.37);
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.37);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.37);
    background-image: url("http://localhost/onlineconvert.com/2021/svg/user.png");
    background-size: 80px;
    cursor: pointer;
}

.user-badge:hover {
    -webkit-box-shadow: 0 0 0 8px rgba(0, 148, 79, 0.21);
    -moz-box-shadow: 0 0 0 8px rgba(0, 148, 79, 0.21);
    box-shadow: 0 0 0 8px rgba(0, 148, 79, 0.21);
}

.user-badge::after {
    content: attr(data-fallback);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    transform: rotate(-10deg);
    top: -1px;
    position: relative;
    color: #d92222;
    left: 1px;
}

@media (max-width:768px) {
    .user-badge {
        width: 50px;
        height: 50px;
        margin-top: -130px;
        margin-left: 30px;
        background-size: 50px;
    }
    .ppp {
        padding: 4px 6px;
        width: 40px;
        min-width: 40px;
    }
    .user-badge::after {
        top: -16px;
        font-weight: 700;
        font-size: 16px;
    }
    .EyVCdbb {
        background-size: 16px;
    }
}

@media (max-width:460px) {
    .user-badge {
        margin-top: -140px;
        margin-left: 0px;
        border-radius: 0 90px 90px 0px;
    }
    .ppp {
        display: none;
    }
}

.onlineuploader.onlineuploadermain.onlineuploader-theme-dragdrop {
    box-shadow: 0 1px 20px 0 rgb(60 64 67 / 8%), 0 1px 30px 1px rgb(60 64 67 / 5%);
}

.onlineuploader.onlineuploadermain.onlineuploader-theme-dragdrop.NoFiles {
    box-shadow: none;
}


#st-1 {
    margin: 0 auto;
    z-index: 34;
}

#st-1 .st-btn {
    border: solid 0px #ccc !important;
}

#st-1 .st-total {
    border-right: solid 1px #ccc !important;
    font-weight: 400 !important;
    max-width: 100px !important;
    padding: 4px 14px 4px 8px !important;
}

.st-label {
    color: #439e4d;
    font-weight: 500;
}

#st-1 .st-total.st-hidden {
    display: none !important;
}

span.st-shares {
    font-size: 11px !important;
}
.aaa {
    padding: 20px;
    line-height: 2rem;
}
}