#main .loading_common {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(220, 219, 219, 0.5);
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

#main.loading .loading_common {
    display: flex;
}

.text-red {
    color: #e5322d;
}
.text-align{
    text-align: justify;
}

.font-weight-500 {
    font-weight: 500;
}

.flex-column {
    display: flex;
    flex-direction: column;
}
.align-center{
    align-items: center;
}

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

.ranges {
    position: relative;
    margin: 12px 0;
}

.ranges .range-remove {
    position: absolute;
    top: 0;
    right: 16px;
}

.ranges:hover .range-remove {
    display: flex;
}

.ranges .range-title {
    margin-bottom: 8px;
    font-size: 18px;

}

.input-number {
    padding: 4px 4px 4px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    align-items: center;
}

.input-number label {
    margin: unset;
}

.input-number input[type=number],
.input-number input[type=color] {
    border: unset;
    position: relative;
    padding: 5px 25px 5px 5px;
}

.input-number input[type=number]:focus-visible
.input-number input[type=color]:focus-visible {
    outline: none;
}

hr {
    border: 0;
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.1);
    margin: unset;
}

/*.input-number input[type=number]::-webkit-inner-spin-button,*/
/*.input-number input[type=number]::-webkit-outer-spin-button {*/
/*    opacity: 0.5;*/
/*    -webkit-appearance: inner-spin-button !important;*/
/*    width: 25px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    height: 100%;*/

/*}*/
.preview-pdf {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.data-range {
    display: inline-block;
    margin: 8px;
    position: relative;
}

.range-item {
    padding: 12px;
    border: 1px #827c7c dashed;
    border-radius: 5px;
}

div.add-number-page {
    position: relative;
    padding: 30px;
    background: #f1f1f1cc;
    box-shadow: 0 0 2px 2px #dddddd;
}

div.add-number-page span {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 2px 8px;
    font-weight: 500;
    border-radius: 5px;
    transform: translateX(-50%);
    color: #5e5c5ccc;
}

.img-separation {
    transform: rotate(90deg);
    padding: 11px;
}

.disabled_action {
    pointer-events: none;
    opacity: 0.6;
}

* {
    font-family: Graphik, Arial, sans-serif;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

.mg4 {
    margin: 4px !important;
}

.uppercase {
    text-transform: uppercase;
}

[type=email], [type=number], [type=password], [type=text] {
    padding: 2px 12px 2px;
}

main[role="main"] {
    margin-top: 60px;
    overflow: hidden;
    background: #f5f5fa;;
}

nav.navbar {
    padding: 0;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5010;
    display: flex;
}

.brand_logo img {
    height: 30px;
}

nav .brand {
    margin-left: 10px;
    margin-right: 8px;
}
.brand_logo {
    margin-bottom: 12px;
}
.main-menu .nav {
    line-height: 60px;
}
#mainMenu{
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.main-menu .nav li a:hover {
    color: #e5322d;
}

.main-menu .nav .dropdown-full .mega.menu-full li > ul > li:not(:first-child):hover,
.main-menu .nav .dropdown-full .mega.menu-full .language:hover,
.mobile-menu #mobile-language li:hover{
    cursor: pointer;
    background: #f5f5fa;
    border-radius: 8px;
}

.main-menu .nav .dropdown-full .mega.menu-full .language {
    width: 25%;
    line-height: 42px;
}

.main-menu .nav .dropdown-full .mega.menu-full .language a {
    display: block;
}

.main-menu .nav .dropdown-full .mega.menu-full li > ul > li:hover a,
.main-menu .nav .dropdown-full .mega.menu-full .language:hover a {
    color: #e5322d;
}
.main-menu .dropdown:hover span {
    color: #e5322d;
}
.main-menu .dropdown:hover .dropdown-menu.mega {
    display: flex;
}

.main-menu .nav li ul.menu-full--convert,
.main-menu .nav li ul.menu-full--convert {
    width: 600px;
    left: auto;
    padding: 12px 24px 16px;
}

.main-menu .nav li ul.menu-full ul {
    display: block;
    /*position: relative;*/
    height: auto;
    top: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: inherit;
    list-style-type: none;
    padding-left: 0;
}

.main-menu .nav li ul.menu-full ul li {
    font-size: 15px;
    line-height: 36px;
}

.main-menu .nav li ul.menu-full li div {
    font-size: 17px;
    color: #969696;
    font-weight: 500;
    padding: 12px;
    text-transform: uppercase;
}

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

/*Begin css top Menu*/
.top-menu {
    display: none;
}


/*end css top menu*/
/*Begin css icon*/
.ico {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: rgba(0, 0, 0, 0) url(/images/icons/icons.svg);
    display: block;
}

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

.ico--down, .ico--down-a,
.ico--down-w,
.main-menu .nav li a.nav__item--active .ico--down,
.main-menu .nav li a:hover .ico--down,
.main-menu .nav li span.nav__item--active .ico--down,
.main-menu .nav li span:hover .ico--down {
    width: 8px;
    height: 5px;
}

img {
    max-width: 100%;
}

/*Css for each icon*/
.ico--down {
    background-position: -55px -146px;
}

.main-menu .nav li.dropdown .nav_icon {
    display: none;
}

.ico--merge {
    background-position: -5px -5px
}

.ico--split {
    background-position: -5px -30px
}

.ico--remove {
    background-position: -5px -55px
}

.ico--extract {
    background-position: -5px -80px
}

.ico--organize {
    background-position: -5px -105px
}

.ico--compress {
    background-position: -5px -130px
}

.ico--repair {
    background-position: -5px -155px
}

.ico--jpgpdf {
    background-position: -5px -180px
}

.ico--wordpdf {
    background-position: -5px -205px
}

.ico--powerpointpdf {
    background-position: -5px -230px
}

.ico--excelpdf {
    background-position: -5px -255px
}

.ico--pdfjpg {
    background-position: -5px -280px
}

.ico--pdfword {
    background-position: -5px -305px
}

.ico--pdfoffice {
    background-position: -30px -305px
}

.ico--pdfpowerpoint {
    background-position: -5px -330px
}

.ico--pdfexcel {
    background-position: -5px -355px
}

.ico--rotate {
    background-position: -5px -380px
}

.ico--page_number {
    background-position: -5px -405px
}

.ico--watermark {
    background-position: -5px -430px
}

.ico--unlock {
    background-position: -5px -455px
}

.ico--protect {
    background-position: -5px -480px
}

.ico--pdfpdf_a {
    background-position: -5px -505px
}

.ico--htmlpdf {
    background-position: -5px -530px
}

.ico--sign {
    background-position: -5px -555px
}

.ico--annotate {
    background-position: -5px -580px
}

.ico--validatepdfa {
    background-position: -5px -605px
}

.ico--edit {
    background-position: -5px -630px
}

.ico--certify {
    background-position: -5px -655px
}

.ico--scan_to {
    background-position: -31px -4px;
}

.ico--ocr {
    background-position: -31px -29px
}

.ico--desktop {
    background-position: -30px -55px
}

.ico--app {
    background-position: -30px -80px
}

.ico--features {
    background-position: -30px -105px
}

.ico--pricing {
    background-position: -30px -130px
}

.ico--lang {
    background-position: -30px -155px
}

.ico--help {
    background-position: -30px -180px
}

.ico--about {
    background-position: -30px -205px
}

.ico--contact {
    background-position: -30px -230px
}

.ico--developer {
    background-position: -30px -255px
}

.ico--wordpress {
    background-position: -30px -330px
}

.ico--faq {
    background-position: -30px -355px
}

.ico--documentation {
    background-position: -30px -380px
}

.ico--legal {
    background-position: -30px -405px
}

.ico--product {
    background-position: -30px -430px
}

.ico--signature {
    background-position: -30px -455px
}

.ico--solutions {
    background-position: -30px -480px
}

.ico--business {
    background-position: -30px -505px
}

.ico--education {
    background-position: -30px -530px
}

.ico--hamburger {
    background-position: -55px -5px
}

.ico--desk {
    background-position: -55px -28px
}

.ico--down {
    background-position: -55px -146px
}

.ico--down-w {
    background-position: -55px -156px
}

.ico--down-a,
.main-menu .nav li a.nav__item--active .ico--down,
.main-menu .nav li a:hover .ico--down,
.main-menu .nav li span.nav__item--active .ico--down,
.main-menu .nav li span:hover .ico--down {
    background-position: -55px -166px
}

.ico--chevron-r {
    background-position: -55px -176px
}

.ico--tools {
    background-position: -55px -193px
}

.ico--network {
    background-position: -55px -222px
}

.ico--user {
    background-position: -55px -267px
}

i.ico.ico--lang {
    margin: 0 4px 0 0 !important;
}

.main-menu .nav li.dropdown .ico {
    margin: 4px 8px 4px 4px
}

.ico--down,
.ico--down-a,
.ico--down-w,
.main-menu .nav li a.nav__item--active .ico--down,
.main-menu .nav li a:hover .ico--down,
.main-menu .nav li span.nav__item--active .ico--down,
.main-menu .nav li span:hover .ico--down {
    width: 8px;
    height: 5px
}

.ico--tools {
    width: 24px;
    height: 24px
}

.ico--hamburger {
    width: 24px;
    height: 18px
}

.ico--desk {
    width: 35px;
    height: 32px
}

.ico--network {
    width: 49px;
    height: 40px
}

.ico--user {
    width: 18px;
    height: 18px
}

/*End Css for each icon*/


.tools__item__content {
    font-size: 12px;
    line-height: 16px;
    color: #626870;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.main-menu .nav li a,
.main-menu .nav li span {
    border-top: 1px solid rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #161616;
    cursor: pointer;
    font-size: 14px;
    font-weight: 540;
}
.main-menu .nav li span.lang_current{
    text-transform: capitalize;
}

.main-menu .dropdown li a{
    text-transform: none;
}

.main-menu .nav li.dropdown-full {
    position: relative;
}
.main-menu .nav li.dropdown-full#menuSmall{
    position: inherit;
}

.main-menu .nav li ul.menu-full {
    font-size: 14px;
    height: auto;
    padding: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 5px solid #ffa111;
    border-radius: 8px;
}
#menuLanguage .dropdown-menu {
    min-width: 660px;
    width: 50%;
    left: unset;
    right: 0;
}
#menuLanguage .dropdown-menu a {
    font-size: 13px;
    padding: 0 0 0 30px;
}
.dropdown-menu {
    top: 97%;!important;
    position: absolute;
    left: 5%;!important;
    min-width: 12rem;
}
#menuSmall .dropdown-menu {
    width: 90%;
}
.dropdown:nth-child(4) .dropdown-menu {
    transform: translateX(-30%);
}
.dropdown-toggle::after {
    content: unset;
}

.btn:focus {
    box-shadow: unset;
}

.mobile-menu .dropdown ul.dropdown-menu {
    border-top: 5px solid #e5322d;
    height: calc(100vh - 180px);
    overflow: auto;
}
.dropdown#mobile-language .btn{
    background-color: unset;
}
.dropdown#mobile-language a {
    text-decoration: none;
    color: #161616;
}

.dropdown-menu#mobile-language-menu a {
    line-height: 36px;
    padding: 0 13px;
}

.dropdown-menu#mobile-language-menu a:focus {
    color: #007bff;
    background: #969696;

}

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

.hidden {
    display: none !important;
}

.content-padding {
    padding: 28px 24px;
}

.full-height {
    height: calc(100vh - 60px);
}

.page-title-container {
    padding: 6px 24px 30px;
}

.header_title {
    font-size: 42px;
    letter-spacing: 0;
    font-weight: 600;
    color: #383e45;
    margin-bottom: 8px;
    line-height: 46px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header_subtitle {
    max-width: 800px;
    font-size: 22px;
    font-weight: 400;
    color: #383e45;
    letter-spacing: 0;
    margin: 0 auto 8px;
    line-height: 32px;
}

.text-drop-file {
    text-align: center;
    margin-top: 10px;
}

.title2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 62em) {
    .header_title {
        font-size: 38px;
        line-height: 44px
    }

    .header_subtitle {
        font-size: 18px;
        line-height: 22px
    }

    .title2 {
        font-size: 22px;
        line-height: 30px
    }
}


.header_subtitle {
    max-width: 800px;
    font-size: 22px;
    font-weight: 400;
    color: #383e45;
    letter-spacing: 0;
    margin: 0 auto 8px;
    line-height: 32px
}

.header_subtitle a:hover {
    color: #383e45
}

.option__panel__content {
    padding: 12px 16px 4px;
}

.full-height-60 {
    height: calc(100vh - 60px);
}

/*begin delete, split*/
.step-1 {
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 1;
    flex: 1 1;
    background-color: #f3f0ec;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.wrap-select-file {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.choose-button {
    display: flex;
    justify-content: center;
    margin-left: 25px; /*For side buttons*/
}

.btn-secondary:hover {
    color: #fff;
    background: #e5322d;
    border-color: #e5322d;
}

.btn-select-file,
.btn-select-file-split,
.local-button,
.local-button-html,
.html-button {
    padding: 24px 56px;
    min-width: 250px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    background: linear-gradient(90deg,#882e27,#6d869a 50%,#231641) #44287d;
    background-size: 400% 400%;
    animation: change 5s ease-in-out infinite;
}

@keyframes change {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.btn-select-file:hover,
.btn-select-file-split:hover,
.local-button:hover,
.html-button:hover {
    background-color: #161616;
}

.html-button {
    border: unset;
}

.local-button a {
    text-decoration: none;
    color: #ffffff;
}

.drive-drop-button {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#wrap-page {
    position: relative;
}

#area-view {
    width: calc(100% - 440px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    background-color: #f5f5fa;
    height: 100%;
}

#area-loading .preview-content-p,
#area-view .preview-content-p {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #383e45;
    margin-bottom: 12px;
    text-align: center;
    text-transform: uppercase
}

#wrap-page .show-options {
    display: none;
    padding: 10px !important;
    transition: all .2s;
}

.drive-drop-button.addmore-addfromcpt-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 20px;
}

.circle {
    background: linear-gradient(90deg,#882e27,#231641) #44287d;
    border-radius: 50%;
    padding: 6px 10px 10px 10px;
}

.local-button:hover,
.circle:hover,
.html-button:hover,
button#reload-html-page:hover {
    background-color: #161616;
    cursor: pointer;
}

.image-radius100 {
    background: #e5322d;
    border-radius: 100%;
    margin: 12px;
    padding: 12px;
}

.image-radius100.relate {
    background: #ffffff;
}

.circle img {
    width: 20px;
    object-fit: contain;
}

.hover-flex {
    flex-direction: column;
    margin-top: -50px;
    opacity: 0;
    transition: all 0.3s;
}

.drive-drop-button.addmore-addfromcpt-button:hover .hover-flex {
    display: flex;

    margin-top: 0;
    opacity: 1;
    /*animation: showMore .5s linear;*/
}

@keyframes showMore {
    0% {
        height: 0;
        opacity: 0
    }
    100% {
        opacity: 1
    }

}

@keyframes hideMore {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

#area-choose-page {
    text-align: center;
    padding: 24px;
    height: 100%;
}

#area-sidebar {
    width: 440px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .2s;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .2);;
    overflow-y: auto;
    z-index: 2;
}

#area-sidebar #sidebar {
    overflow-y: auto;
    overflow-x: hidden;
}

.tool__sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.option__panel {
    padding-bottom: 120px;
}

#area-sidebar::after {
    content: "";
    position: fixed;
    width: 432px;
    height: 118px;
    bottom: 0;
    right: 6px;
    transition: all .2s;
    z-index: 21;
    background: #fff;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(70%,#fff),color-stop(95%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(bottom,#fff,#fff 70%,hsla(0,0%,100%,.5) 95%,hsla(0,0%,100%,0));
    background: -o-linear-gradient(bottom,#fff 0,#fff 70%,hsla(0,0%,100%,.5) 95%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(0deg,#fff,#fff 70%,hsla(0,0%,100%,.5) 95%,hsla(0,0%,100%,0));
}

#sidebar .option__panel__title {
    padding: 12px;
}

#sidebar .wrapper {
    padding: 0 15px;
}

#sidebar .layers-header {
    color: #e5322d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.sidebar-inactive {
    position: fixed;
    top: 60px;
    right: 0;
    width: 440px;
    height: calc(100% - 60px);
    z-index: 23;
    background: rgba(66, 63, 63, .8);
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    flex-direction: column;
    padding-bottom: 10%;
}

.sidebar-inactive.active {
    display: flex;
}

.sidebar-inactive > * {
    margin: 12px;
}

.option__panel__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #33333b;
    margin-bottom: 0;
    text-align: center;
    padding: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    background-color: #fff;
}

/*.option__panel__title {*/
/*    padding: 12px;*/
/*    font-size: 28px;*/
/*    font-weight: 800;*/
/*    color: #383e45;*/
/*    line-height: 34px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    border-bottom: 1px solid rgba(0, 0, 0, .2);*/
/*}*/

.option__panel__content {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.option__panel .info {
    background-color: #97d9e4;
    border-radius: 5px;
    padding: 24px;
    text-align: left;
    color: #383e45;
    margin-bottom: 24px;
}

.option__button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 20px;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

#processTask {
    position: fixed;
    padding: 12px 24px;
    width: 392px;
    bottom: 24px;
    right: 24px;
    min-height: 56px;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
    z-index: 23;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(90deg,#882e27,#6d869a 50%,#231641) #44287d;
    background-size: 400% 400%;
    animation: change 5s ease-in-out infinite;
    transition: all .2s;
    -webkit-box-shadow: 0 2px 8px 0 rgba(50,50,50,.3);
    box-shadow: 0 2px 8px 0 rgba(50,50,50,.3);
    -webkit-transition: none;
    -o-transition: none;

}

#processTask span{
    height: 24px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    vertical-align: bottom;
    margin-left: 12px;
    min-height: inherit;
}


#btn-preview-html-reload {
    position: fixed;
    bottom: 107px;
    right: 37px;
    width: 360px;
    margin: 0 auto;
    background: #161616;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
}

#btn-preview-html-reload:hover {
    cursor: pointer;
    background: #e5322d;
}

#processTask.invalid {
    background-color: #d5c4c3;
}

#area-loading .img-loading {
    margin: 30px auto 0 auto;
    width: 200px;
}

#btn-download-result {
    background: linear-gradient(90deg,#882e27,#6d869a 50%,#231641) #44287d;
    background-size: 400% 400%;
    animation: change 5s ease-in-out infinite;
    color: #ffff;
    font-weight: 500;
    font-size: 22px;
    padding: 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

#btn-down-delete-pages img,
#btn-down-split-pages img {
    width: 30px;
    margin-left: 10px;
    object-fit: cover;
}

#area-choose-page {
    flex-wrap: wrap;
    align-items: center;
}

.pdf-page {
    margin: 4px 12px 4px 4px;
    padding: 4px;
    align-items: center;
    border: 1px dashed #626870;
    border-radius: 5px;
    max-width: 192px;
    max-height: 248px;
    display: inline-block;
    overflow: hidden;
}

.pdf-page-convert {
    margin: 4px 12px 4px 4px;
    padding: 4px;
    align-items: center;
    border: 1px dashed #626870;
    border-radius: 5px;
    max-width: 192px;
    max-height: 300px;
    display: inline-block;
    overflow: hidden;
}

.pdf-page-html {
    margin: 4px 12px 4px 4px;
    padding: 4px;
    align-items: center;
    border: 1px dashed #626870;
    border-radius: 5px;
    display: inline-block;
}

.pdf-page canvas,
.pdf-page-convert canvas,
.pdf-page-html img {
    width: 100%;
    padding: 2px;
}

.pdf-page.selected {
    position: relative;
}

p.file-info {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.result-export {
    display: none;
    flex-direction: column;
    align-items: center;
}

.result-export.h1 {
    margin-bottom: 48px;
}

#result-area-download {
    display: flex;
    align-items: center;
}

#result-area-download > div {
    margin: 10px;
}

#result-area-download-more {
    margin-left: 10px;
    text-align: start;
}

#result-area-download-more > div {
    display: inline-block;
    margin: 4px;

}

.last-step-actions .circle {
    padding: 4px 10px 8px 7px;
    background: #383e45;
}

.last-step-actions .circle:first-child {
    margin-bottom: 5px;
}

#result-area-relate .circle {
    background: white;
    margin: 6px;
}

#result-area-relate .circle:last-child {
    margin-right: 0;
}

#result-area-relate {
    margin-bottom: 100px;
}

.last-step-actions > div:hover,
#result-area-download-more > div:hover,
#btn-down-delete-pages:hover,
#btn-down-split-pages:hover {
    cursor: pointer;
    background-color: #161616;
}

#result-area-relate ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-start: unset;
}

#result-area-share {
    padding: 12px 24px;
    box-shadow: 2px 8px 19px 3px rgba(148, 132, 132, 0.66);
    -webkit-box-shadow: 2px 8px 19px 3px rgba(148, 132, 132, 0.66);
    -moz-box-shadow: 2px 8px 19px 3px rgba(148, 132, 132, 0.66);
}

#result-area-share > div {
    display: flex;
}

#result-area-share .share {
    padding: 8px 24px;
    border-radius: 5px;
    flex-basis: calc(33% - 24px);
    margin: 12px;
}

#result-area-share .share a {
    color: #ffffff;
}

#result-area-share .share img {
    width: 20px;
    margin-right: 12px;
}

.share.share-facebook {
    background: #3b5998;
}

.share.share-twitter {
    background: #55acee;;
}

.share.share-Link {
    background: #0977b5;
}

.navbar .mobile-menu {
    display: none;
}

/*[-------color--------*/
.sp-container.sp-flat {
    position: relative;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette-container, .sp-picker-container {
    float: left;
    position: relative;
}

.sp-palette-container {
    border-right: 1px solid #ccc;
}

.sp-container.sp-buttons-disabled .sp-button-container, .sp-container.sp-input-disabled .sp-input-container, .sp-container.sp-palette-buttons-disabled .sp-palette-button-container, .sp-initial-disabled .sp-initial, .sp-palette-disabled .sp-palette-container, .sp-palette-only .sp-picker-container {
    display: none;
}

.sp-picker-container {
    width: 172px;
    border-left: 1px solid #fff;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
}

.sp-alpha-inner, .sp-preview-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.toolbar-font-shadow {
    display: none;
}

.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: 1px solid #d0d0d0;
}

.sp-palette .sp-cf .sp-thumb-el.active {
    border-color: #ff9900;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-cf .sp-thumb-el.active .sp-thumb-inner {
    background-image: url(/images/svg/checkBlack.svg);
}

.sp-palette .sp-cf .sp-thumb-dark.active .sp-thumb-inner {
    background-image: url(/images/svg/checkWhite.svg);

}

/*end delete*/

/*wrappage jpg*/

.option__label__title a:hover, .option__title a:hover {
    color: #e5322d
}

select.option, select, select.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 98%;
    background-position-y: 10px;
    border: 1px solid #aeb6bd;
    border-radius: 5px;
    text-indent: 1px;
    color: #787070;
    background-position: right 0 center;
    padding: 5px 24px 5px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#transparency {
    max-width: 250px;
    text-overflow: ellipsis;
}

.editor__toolbar__options.hidden {
    display: none;
}

.option__panel input[type=number]{
    width: 72px;
    box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, .2);
}

.option__panel input[type=color]{
    width: 50px;
    box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, .2);
}

.option {
    cursor: inherit;
}

.option__panel .input {
    height: 44px;
    width: 100%;
}

.option__panel p {
    margin-bottom: 12px;
}

.option__label__title, .option__title {
    font-size: 18px;
    font-weight: 600!important;
    color: #33333b;
    line-height: 24px;
    margin-bottom: 8px
}

#sidebar .editor__toolbar__options {
    display: flex;
    position: relative;
    z-index: 22;
    box-shadow: none;
    padding: 0;
    margin-top: -8px;
    font-size: 12px;
}

.editor__toolbar__options {
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    padding: 8px 0;
    -ms-flex-align: center;
    align-items: center;
}

.editor__toolbar__block {
    padding: 0 6px;
    cursor: pointer;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    background: #fff;
    min-width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.editor__toolbar__option {
    min-width: 24px;
    height: 24px;
    margin: 0 2px;
    padding: 4px 6px;
    border-radius: 4px;
    position: relative;
}

.editor__option__selector {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.editor__option__selector {
    display: flex;
}

.font-selected {
    padding-right: 5px;
}

.editor__toolbar__options .toolbarAlign, .toolbarVisibility, .toolbarRemove, .toolbarBackground {
    display: none;
}

.editorOption {
    height: 12px;
}

/*CSS phần nhập link hoặc chọn file html*/
.modal-dialog {
    max-width: 850px;
    margin: 3.75rem auto;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #FFFFFF;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #e5322d #e5e5e9 #fff;
    border-top-width: 3px;
}

.input--icon,
.input--reload {
    position: relative;
}

.input--icon .input, .input--icon input, .input--icon select,
.input--reload input {
    padding-left: 40px;
    line-height: 44px;
    border: 1px solid #a5a5a8;
    border-radius: 5px;
}

.input--url:before {
    background: url(/images/svg/input-url-html.svg) no-repeat 50%;
}

.input--icon:before {
    top: 14px;
    left: 16px;
    color: #ccc;
    display: block;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    font-size: 16px;
    text-align: center;
}

/*CSS hết phần nhập link hoặc chọn file html*/
/*css html-to-pdf*/
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.form__group label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    letter-spacing: .3px;
    line-height: 24px;
    margin: 12px 0 8px;
}

.radio [type=radio]:checked + label, .radio [type=radio]:not(:checked) + label {
    position: relative;
    cursor: pointer;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

button#reload-html-page,
button.local-button-reload {
    position: absolute;
    right: 1px;
    top: 1px;
    border: unset;
    height: 46px;
    background: #e5322d;
    color: #ffffff;
    border-radius: 5px;
}

button#reload-html-page {
    padding: 0 17px;
}

button.local-button-reload {
    padding: 0 12px;
}

.option__panel input.input-html {
    border: unset;
    height: unset;
    width: unset;

}

select.option:hover,
.input-html {
    cursor: pointer;
}

.form__group.checkbox {
    display: flex;
}

input[type='checkbox'] {
    accent-color: #e5322d;
}

.more-info {
    border-radius: 100%;
    border: 1px solid #e5322d;
    width: 16px;
    height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2px 4px;
}

.more-info svg {
    width: 10px;
    height: 10px;
}

/*hết css html-to-pdf*/
/*css pdf-jpg*/
.option__select {
    display: -ms-flexbox;
    display: flex;
    padding-inline-start: unset;
    flex-direction: column;
    margin: -12px -16px -4px;
}

.option__select__item {
    display: flex;
    padding: 12px 40px 12px 12px;
    width: 100%;
    border-bottom: 1px solid #cccc;
    position: relative;
}

.option__select__item.option--active:after {
    content: url("/images/svg/tickWhite.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    background: #4acd86;
    border: 1px solid #1d9d58;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    right: 10px;
    padding-bottom: 23px;
}

li.option__select__item.option--active {
    background: #f0f0f0;
}

.option__select__item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

input.option {
    cursor: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
}

.option__panel input {
    height: 42px;
    width: 100%;
}

input[type=range], select[type=range] {
    padding: 0;
}

/*hết css pdf-jpg*/
.select__item__img {
    width: 64px;
    margin-right: 16px;
}

.select__item__title {
    text-transform: uppercase;
    color: #e5322d;
    font-weight: 500;
    font-size: 20px;
}

.option__image {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    padding-inline-start: unset;
}

.option__image__item {
    padding: 18px 28px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%;
    text-align: center;
    color: #7c7c80;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4px;
    background: #f4f5f9;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 2px solid rgba(0, 0, 0, 0)
}

@media (max-width: 90em) {
    .option__image__item {
        padding: 8px 18px
    }

    .option__label__title, .option__title {
        margin-bottom: 6px
    }

}

.option__image__item__title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 16px;
    color: #7c7c80
}

.option__image__item__title a:hover {
    color: #161616
}

@media (max-width: 62em) {
    .option__image__item__title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .option__label__title, .option__title, .optionTitle {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
        color: #33333b;
    }
}

.option__image__item g, .option__image__item path, .option__image__item svg {
    fill: #7c7c80;
    margin: 8px auto;
    height: 32px
}

.option__image__item__img-state-switcher > img {
    height: 32px;
    margin: 8px auto
}

.option__image__item:not(.option--active) .option__image__item__img-state-switcher > img:last-child {
    display: none
}

.option__image__item:hover {
    color: #626870;
    border: 2px solid #161616
}

.option__image__item:hover .option__image__item__title {
    color: #161616
}

.option__image__item:hover g, .option__image__item:hover path, .option__image__item:hover svg {
    fill: #161616
}

.option__image__item.option--active {
    color: #e5322d;
    border: 2px solid #e5322d
}

.option__image__item.option--active .option__image__item__title {
    color: #e5322d
}

.option__image__item.option--active g, .option__image__item.option--active path, .option__image__item.option--active svg {
    fill: #e5322d
}

.option__image__item.option--active .option__image__item__img-state-switcher > img:first-child, .option__image__item.option--active:after {
    display: none
}

.option__image__item .icon--premium {
    position: absolute;
    top: 8px;
    right: 12px;
    text-indent: -99999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    color: #383e45;
    border-radius: 16px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    min-width: 20px;
    height: 20px
}

.option__image__item .icon--premium.certs {
    background: #4acd86;
    padding: 0 6px;
    text-indent: inherit;
    width: auto
}

.option__image__item .icon--premium.certs--1, .option__image__item .icon--premium.certs--2 {
    background: #ffb400
}

.option__image__item.option--active .icon--premium, .option__image__item:hover .icon--premium {
    text-indent: inherit;
    width: auto;
    padding: 1px 18px 0 6px;
    background-position: right 5px center
}

.option__image__item.option--active .icon--premium.certs, .option__image__item:hover .icon--premium.certs {
    padding: 0 6px
}

/*enwrappage*/
/*begin footer*/
.footer {
    max-width: 850px;
    margin: 0 auto;
}

.footer ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 42px;
}

.footer ul li {
    padding: 12px;
}

.footer ul li a {
    text-decoration: none;
    color: #161616;
}

.footer ul li:hover a {
    color: #969696;
}

#end-footer {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
    background: hsla(0, 0%, 100%, .6);
    padding: 12px 24px;
    font-size: 12px;
    text-align: center;
}

/*end footer*/
/*--------[BEGIN-HOME]*/
html, body {
    background-color: #f3f0ec;
    color: #47474f;
}

#wrap-select-file .title {
    margin-top: 50px;
}

@media (max-width: 62em) {
    .subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .tools__item h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

.home-title .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 4px;
    max-width: 1100px;
}

/*--------[END-HOME]-------------*/
/*--------[BEGIN-EDIT]-------------*/
/*selectFile*/

#btn-select-file,
#btn-select-file-split {
    display: -ms-inline-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e5322d;
    padding: 24px 56px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    -ms-flex-order: 1;
    order: 1;
    max-width: 60vw;
}

#file_upload {
    display: none;
}

.content {
    position: relative;
}

/*    [----------Sidebar-right--------------]*/
.show-more {
    z-index: 1;
    top: 110px;
    right: 470px;
    position: fixed;
}

.sidetools {
    z-index: 1;
    display: flex;
    top: 160px;
    right: 470px;
    position: fixed;
    flex-direction: column;
    align-items: center;
}

.uploader {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

#file_count {
    background-color: #161616;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    min-width: 22px;
    min-height: 22px;
    margin-top: -8px;
    margin-left: -8px;
    font-size: 11px;
    font-weight: 600;
    border: 3px solid #e5322d;
}

.uploader.box .uploader__btn {
    padding: 0;
    margin-bottom: 8px;
    min-height: inherit;
}

.btn__icon, .uploader__btn {
    min-width: 0;
    border-radius: 100%;
    background: linear-gradient(90deg,#882e27,#231641) #44287d;;
    color: #fff;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    width: 42px;
    height: 42px;
    padding: 0;
    min-height: inherit;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 8px;
}

.btn__icon svg {
    margin-left: -4px;
    margin-right: -4px;
}

.btn-icon--white {
    background: #fff;
    color: #161616;
}

.btn-icon--white:hover svg {
    fill: #e5322d;
}

#pick_files {
    cursor: pointer;
}

#pick_files:hover {
    background: #333333;
}

.uploader:hover .uploaderExtra {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.uploaderExtra {
    display: none;
}

/*[-----resetall-----]*/
.option__panel__content:last-child {
    margin-bottom: 110px;
}

.linkCancel {
    border: #FFFFFF;
    padding: 5px 15px;
    background-color: #f6f6f8;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #e5322d;
}

.linkCancel:hover {
    background-color: #e5e5e9;
    color: #e5322d;
    text-decoration: none;
}

button:focus {
    outline: 1px #f0f0f0;
}

.filesOrderItem {
    padding: 12px 48px 12px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

/*[-------vertical scroll bar-------]*/
.modal ::-webkit-scrollbar, .content ::-webkit-scrollbar, ul ::-webkit-scrollbar, .mobile-menu .dropdown-menu::-webkit-scrollbar {
    z-index: 50;
    width: 4px;
    height: 4px;
    background-color: #e5322d;
}

.modal ::-webkit-scrollbar-thumb, .content ::-webkit-scrollbar-thumb, ul ::-webkit-scrollbar-thumb, .mobile-menu .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #e5322d;
    border: 1px solid #e5322d;
     border-radius: 8px;
}

.modal ::-webkit-scrollbar-track, .content ::-webkit-scrollbar-track, ul ::-webkit-scrollbar-track, .mobile-menu .dropdown-menu::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f6f6f8;
}

/*[-----wartermark---&---organize]*/
.tool__workarea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    padding-top: 100px;
    position: relative;
    display: flex;
}

.page__container {
    padding: 2px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.text-right {
    text-align: right;
}

/*[-----loading-------]*/
.before-upload {
    padding: 60px 40px;
}

#loading-page .progress {
    margin: 30px auto;
    width: 70%;
}

#loading-page .progress div {
    background-color: #ff0b00;
}

#loading-page .percentLoading {
    font-weight: 700;
    font-size: 35px;
}

#loading-page .upLoaded {
    font-size: 30px;
}

#loading-page .file_name_convert {
    font-weight: 500;
    margin: 20px;
}

@media (max-width: 1280px) {
    .page__container {
        margin: 4px;
        padding: 8px;
    }
}

.file, .page__element, .rangeElement {
    margin: 4px;
    width: 198px;
    height: 244px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f6f6f8;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.page__canvas {
    position: relative;
    background: #FFFFFF;
}


.file__info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.file__info:hover .file__info__name {
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    left: 50%;
    right: 0;
    cursor: default;
    white-space: pre-wrap;
    overflow: visible;
    -o-text-overflow: clip;
    text-overflow: clip;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.file__info__name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 8px;
    border: 1px solid rgba(0, 0, 0, 0);
    z-index: 99;
}

.file__infoMore {
    display: none;
}

.file__actions {
    top: 8px;
    right: 8px;
    position: absolute;
    display: none;
    z-index: 1;
}

.toolTipCapacity:hover .file__actions {
    display: flex;
}

.page:hover .file__actions {
    display: flex;
}

.textCapacity {
    visibility: hidden;
    width: 180px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -40px;
    right: 5%;
}

.toolTipCapacity .textCapacity::after {
    content: "";
    position: absolute;
    top: 115%;
    left: 45%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.toolTipCapacity:hover .textCapacity {
    visibility: visible;
}

.toolTipCapacity:hover {
    background: #FFFFFF;
}

.btnFix:hover {
    background: red;
}

.btnFix:hover path {
    fill: #FFF;
}

.btnFix:hover polygon {
    fill: #FFF;
}

.btnFix {
    padding: 3px;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    text-align: center;
    /*background: rgba(0,0,0,.1);*/
    background: #e5e5e9;
    margin-left: 4px;
    z-index: 1030;
    border-radius: 100%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input[type=checkbox], .input[type=radio], input[type=checkbox], input[type=radio], select[type=checkbox], select[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/*[---------watermerk---page--number---------]*/
.optionPage {
    width: 70px;
    border: 1px solid #aeaeb2;
}

.optionPage > .optionPageRow {
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0;
    background: none;
}

.optionPage > .optionPageRow > .optionPagePosition {
    width: 25px;
    cursor: pointer;
    border-bottom: 1px dashed #aeaeb2;
    border-right: 1px dashed #aeaeb2;
}

.optionPage > .optionPageRow > .optionPagePosition:last-child {
    border-right: none;
}

.optionPage > .optionPageRow:last-child > .optionPagePosition {
    border-bottom: none;
}

.form__group__container {
    display: flex;
    flex-wrap: wrap;
}

.form__group--boxed {
    border: 1px solid #aeaeb2;
    display: inline-flex;
    align-items: center;
    width: auto;
    border-radius: 4px;
    padding-left: 8px;
    overflow: hidden;
}

.form__group--boxed label {
    margin-right: 12px;
}

.form__group--boxed .input, .form__group--boxed input, .form__group--boxed select {
    margin-bottom: 0;
    border-radius: 0;
    top: 0;
    border: 0;
}

.input[type=number], input[type=number], input[type=color], select[type=number] {
    width: 72px;
    text-align: right;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px 12px 8px 12px;
    top: 2px;
    -moz-appearance: textfield;
}

.tool__workarea .editor__toolbar {
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
}

.editor__toolbar {
    position: absolute;
    top: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 0;
    padding: 0 24px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    background: #f6f6f8;
}

.tool__workarea .editor__toolbar__options {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    background: #f6f6f8;
    padding-right: 12px;
}

.tool__workarea .editor__toolbar__block {
    background: rgba(0, 0, 0, 0);
}

.radio [type=radio]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.input, input, select, textarea {
    background-color: #fff;
    border: 1px solid #aeaeb2;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    /*transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;*/
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    height: 42px;
    padding: 4px 12px 8px;
    line-height: 1.33;
    -webkit-box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, .2);
    box-shadow: inset 1px 1px 3px 0 hsla(210, 2%, 49%, .2);
}

.fileBullet {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e5322d;
    -webkit-box-shadow: 0 0 8px 2px #fff;
    box-shadow: 0 0 8px 2px #fff
}

.fileBulletTop {
    top: 4px;
}

.fileBulletMiddle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fileBulletBottom {
    bottom: 7px
}

.fileBulletLeft {
    left: 4px;
}

.fileBulletCenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fileBulletRight {
    right: 4px
}

.fileBulletCenter.fileBulletMiddle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#sidebar .editor__toolbar__option .editor__option__content {
    transform: translateX(-30%);
    bottom: 42px;
    top: auto;
    max-width: 340px;
    height: fit-content;
}

/*#sidebar .editor__toolbar__options .toolbar-color .editor__option__content {*/
/*    transform: translateX(-70%);*/
/*}*/
.editor__option__content {
    display: none;
    position: absolute;
    background: #fff;
    width: max-content;
    top: 48px;
    padding: 12px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
}

.editor__toolbar__option.active .editor__option__content {
    display: block !important;
}

/*[-----fileLock-input-----]*/
.title3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #33333b;
}
#info_password {
    display: flex;
}

.inputLock:before {
    top: 11px;
    left: 14px;
    color: #ccc;
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    background: url("/images/svg/lock_file.svg");
}
.input_link_share:before {
    top: 11px;
    left: 14px;
    color: #ccc;
    display: block;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    background: url("/images/svg/world.svg");
}

#unlock_popup #info_password{
    margin: 24px auto;
    display: flex;
    text-align: center;
    width: fit-content;
}

#share_link_popup .info_link_share{
    margin: auto;
    display: flex;
    text-align: center;
    width: 100%;
}

.inputLock,
.input_link_share{
    border-radius: 4px 0 0 4px;
    position: relative;
    flex: 1 1 auto;
}

.inputPass,
.input_link_share input{
    height: 42px;
    padding-left: 36px;
    border-radius: 4px 0 0 4px;
    outline: none !important;
}

.btnPass {
    font-size: 18px;
    margin: 0;
    border-radius: 0 4px 4px 0;
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    font-weight: 600;
    letter-spacing: 26px;
    text-transform: uppercase;
    min-width: 0;
    text-shadow: none;
    border: none;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    cursor: pointer;
    background-color: #e5322d;
    color: #fff;
}
.link_share{
    letter-spacing: normal;
}
.link_share svg{
    margin-right: 6px;
}

.btn {
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration: none;
    border-radius: 8px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    background-color: #e5322d;
}
#processTask:focus, #processTask:hover,
.btn:focus, .btn:hover,
.btnPass:focus, .btnPass:hover{
    color: #fff;
    background-color: #bd060a;
}

/*[---END------watermerk---page--number---------]*/
.btn__icon {
    cursor: pointer;
}

/*.btn-reload-feature {*/
/*    cursor: pointer;*/
/*    background: #e5322d;*/
/*    padding: 12px 24px;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    border-radius: 5px;*/
/*    color: #FFFFFF;*/
/*}*/

/*[-----checkV-----]*/
.css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.css-checkbox + label {
    position: relative;
    font-size: 17px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 20px;
    color: rgb(0, 0, 0);
}

.css-checkbox + label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 23px;
    height: 22px;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #1d9d58;
    border-radius: 4px;
    box-shadow: none;
}

.css-checkbox:checked + label::after {
    content: " ";
    background-image: url("/images/svg/check-box.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    left: 1.5px;
    top: 0;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 20px;
    width: 20px;
}

.checkbox [type=checkbox]:checked + label:before {
    border-color: #4acd86;
}

.checkbox [type=checkbox]:checked + label:before, .checkbox [type=checkbox]:not(:checked) + label:before {
    content: "";
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    border: 1px solid #707078;
    border-radius: 4px;
    background: #fff;
    margin-right: 12px;
    display: block;
    margin-top: -2px;
}

.checkbox [type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox [type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-image: url(/images/svg/check-box.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.checkbox [type=checkbox]:checked, .checkbox [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
}

/*[----footer-----]*/
.block_white {
    background: #FFFFFF;
}

.block {
    padding: 48px 0 64px;
}

.block_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 91%;
}

.block_header {
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.title1 {
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    color: #33333b;
}

.block_header + .block_body {
    margin-top: 64px;
}

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

.infounit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
    padding: 12px;
}

.infounit_title {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #33333b;
    margin-bottom: 12px;
}

.infounit_body, .infounit__content {
    color: #707078;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
}

.block_header {
    text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.title1 + .subtitle1 {
    margin-top: 16px;
}

.subtitle1 {
    line-height: 32px;
    font-size: 22px;
    font-weight: 400;
    color: #47474f;
}

.block_header + .block__body {
    margin-top: 64px;
}

.new-premium__logos {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 580px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block--black {
    background: #47474f;
    color: #f5f5fa;
}

.block--black :not(.btn) {
    color: #f5f5fa;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.footer-main__title {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #9f231f;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-main__nav {
    padding-left: 0;
    padding-bottom: 30px;
}

.footer-main__nav li {
    margin-bottom: 12px;
}

.footer-main__nav li a {
    display: flex;
}

.footer-main__nav li a .ico {
    margin-right: 15px;
}

.footer-main .separator {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
    border-bottom: 1px solid #b4b4b4;
}

.footer-main {
    background: #f5f5fa;
    padding-top: 32px;
    padding-bottom: 50px;
    border-top: 8px solid #fff;
}

.app__store {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
    flex-wrap: wrap;
}

.footer-main .ico--down {
    margin: 4px 0 0;
    vertical-align: middle;
}

.alert-loading {
    width: 80px;
    margin: 15px auto 0 auto;
}

/*----[content footer ]--------*/
.content_describe {
    border-top: 2px solid rgb(232, 232, 232);
}

.content_describe .question_title {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
}

.content_describe .question_title h2 {
    max-width: 800px;
    margin: 0px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-align: center;
    color: rgb(26, 26, 26);
}

.content_describe .content_question_tool .list_question {
    max-width: 600px;
    margin: 0px auto;
    box-sizing: content-box;
    list-style: none;
}

.content_describe .content_question_tool .list_question li {
    padding: 10px 0px;
}

.content_describe .list_question .question {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: rgb(26, 26, 26);
    margin: 0px;
}

.content_describe .list_question .answer {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgb(26, 26, 26);
    padding: 8px 0px 24px;
    margin: 0px;
}

.content_describe .content_main_tool {
    padding: 40px 0px;
}

.content_describe .content_main_tool .describe_main_tool {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
    padding: 24px;
}

.content_describe .describe_main_tool .describe_main_title, .describe_main_title {
    max-width: 800px;
    margin: 0px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    text-align: center;
    color: rgb(26, 26, 26);
}

.content_describe .describe_main_tool .describe_main_content{
    max-width: 600px;
    padding-top: 16px;
    margin: 0px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgb(26, 26, 26);
}

.content_describe .content_main_tool .describe_highlight_tool {
    display: flex;
    max-width: 1440px;
    margin: 0px auto;
}

.content_describe .describe_highlight_tool .describe_section {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.content_describe .describe_highlight_tool .icon_describe_section img {
    width: 100%;
    height: auto;
}

.content_describe .describe_highlight_tool .describe_section h3 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin: 0px;
    padding: 0px 0px 16px;
}

.content_describe .describe_highlight_tool .describe_section p {
    margin: 0px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgb(26, 26, 26);
}

.content_panel {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px 100px;
    padding-top: 20px;
}

.content_panel .info_tool {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: rgb(26, 26, 26);
    margin: 0px;
    padding-left: 0px;
}

.content_panel .info_tool .cPGuuA:first-of-type {
    padding-top: 0px;
}

.content_panel .list_info_highlights .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    padding: 8px 0px;
}

.content_panel .list_info_highlights .item p {
    line-height: 24px;
    margin-bottom: 0;
}

.content_panel .list_info_highlights .item svg {
    padding: 0px 8px 0px 0px;
    color: rgb(0, 217, 88);
    box-sizing: content-box;
}

.content_panel .list_info_highlights {
    width: 100%;
    max-width: 400px;
    margin: 0px;
    padding-left: 0px;
}

.content_describe_tools {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 66px 0px 72px;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.content_describe_section {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 16px 54px;
    margin: 0 auto;
}

.section_title {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    text-align: center;
    margin: 0px;
    padding: 12px 0px;
}

.section_describe {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(26, 26, 26);
    text-align: center;
    margin: 0px;
    padding: 0px 24px;
    max-width: 100%;
}

.content_steps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    flex-direction: row;
    width: 100%;
}

.tool_item {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_step_how {
    flex: 1 1 50%;
}

.content_steps_title {
    margin: 0px;
    padding-bottom: 20px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: rgb(26, 26, 26);
}

.steps_how {
    margin-left: 15px;
    padding-left: 0px;
    list-style-type: decimal!important;
    counter-reset: howToCounter 0;
}

.steps_how .step {
    display:list-item;
    list-style-position:outside;

}

.step {
    display: flex;
    margin: 0px;
    padding: 0px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(26, 26, 26);
}

/*Damaged*/
.block__container{
    align-items: center;
}
.block__container .title{
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    color: #33333b;

}
.problems__item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #33333b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.problems__item__icon {
    margin-right: 12px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: url(/images/svg/damaged_file.svg) no-repeat 50%;
}

.problem-retry svg{
    margin-right: 6px;
}

/*label {*/
/*    width: 400px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

input:focus, select:focus, textarea:focus {
    border-color: #161616;
    color: #292931;
    background-color: #f5f5fa;
}
.footer-main__info {
    display: flex;
}
.privacy a img {
    width: 25px;
}
.privacy a {
    color: #333333;
}
.privacy a:hover {
    text-decoration: none;
    color: #ababab;
}
.dropdown-full {
    list-style: none;
}
.dropdown-full span {
    border-top: 1px solid rgba(0, 0, 0, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #161616;
    cursor: pointer;
    font-size: 14px;
    font-weight: 540;
}
.col-md-33 {
    width: calc(100%/3);
    text-align: center;
}
.dropdown .ico {
    margin: 4px 8px 4px 4px;
}
.footer-main__info .dropdown .dropdown-toggle {
    padding: 0;
}
.footer-main__info .dropdown-menu {
    width: fit-content;
}
@media (min-width: 1024px) {
    .html_popup_content{
        max-width: 800px;
    }
    .content_describe .describe_main_tool .describe_main_title, .describe_main_title {
        font-size: 42px;
        line-height: 56px;
    }

    .content_describe .content_main_tool .describe_highlight_tool {
        flex-direction: row;
    }

    .content_describe .describe_highlight_tool .describe_section {
        order: 0;
        width: 50%;
        padding: 0 64px;
    }

    .content_describe .describe_highlight_tool .icon_describe_section {
        order: 0;
        width: 50%;
        padding: 0 64px;
    }

    .content_describe .describe_highlight_tool .icon_describe_section img {
        width: 100%;
        height: auto;
    }

    .content_describe .describe_highlight_tool .describe_section h3{
        font-size: 32px;
        line-height: 40px;
    }

    .content_main_tool .describe_highlight_tool:nth-child(3) .describe_section {
        order: 1;
        width: 50%;
        padding: 0 64px;
    }

    .content_main_tool .describe_highlight_tool:nth-child(3) .icon_describe_section {
        order: 0;
        width: 50%;
        padding: 0 64px;
    }

    .content_describe {
        max-width: 1200px;
        padding: 20px 30px 0;
        margin: 140px auto 0;
    }

    .content_describe_section {
        width: calc(100%/3);
    }

    .content_describe .question_title h2 {
        font-size: 42px;
        line-height: 56px;
    }

    .content_describe .content_question_tool .list_question {
        padding: 20px 0px;
    }

}

@media (min-width: 640px) {
    .content_steps {
        padding: 90px 30px;
        border-top: 1px solid rgb(232, 232, 232);
    }
}

@media (max-width: 844px) {
    #page-render {
        padding: 0;
    }

    .content_steps {
        max-width: 1200px;
    }
}


@media (max-width: 1440px) {
    .main-menu .nav li a,
    .main-menu .nav li span {
        padding: 0 4px;
    }
    
    .sidetools,
    .show-more {
        right: 406px;
    }

    .file__info {
        height: 28px;
    }

    #area-sidebar {
        width: 380px;
    }

    .sidebar-inactive {
        width: 380px;
    }

    #area-sidebar::after {
        width: 374px;
        right: 5px;
    }

    .sidebar-inactive {
        flex-basis: 380px;
    }

    #area-view {
        width: calc(100% - 380px);
    }

    #processTask {
        font-size: 22px;
        line-height: 26px;
        position: fixed;
        width: 330px;
        margin: auto;
        right: 24px;
        min-height: 48px;
        padding: 8px 12px;
    }
    #area-sidebar::after{
        height: 102px;
    }

    .option__panel__content {
        padding: 0 16px 4px;
    }


    #btn-preview-html-reload {
        right: 24px;
        width: 340px;
    }

    .file__info__name {
        padding: 4px;
    }

    .block {
        padding: 96px 0 124px;
    }
}
@media (max-width: 1120px) {

    .wrap-select-file {
        margin-bottom: 30px;
    }
    ul.nav.left>li:not(:nth-last-child(-n+2)) {
       display: none;
    }
    #menuSmall .dropdown-menu {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 1024.98px) {
    .title3 {
        font-size: 18px;
        line-height: 24px;
    }
    .navbar #mainMenu,
    .brand {
        display: none;
    }

    .wrap-select-file {
        margin-bottom: 30px;
    }

    .navbar .mobile-menu {
        display: flex;
        width: 100vw;
        padding: 0 12px;
        position: relative;
    }
    .navbar .mobile-menu>div{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .dropdown#mobile-dropdown {
        /*padding: 20px 6px;*/
        cursor: pointer;
       position: absolute;
        left: 0;

    }
    .dropdown#mobile-language .btn {
        padding: 0px 6px;
    }
    .dropdown#mobile-dropdown{
        padding-left: 12px;
    }
    .brand_logo {
       left: 50%;
        transform: translate(-50%, -50%)!important;
    }
    #mobile-language{
       right: 0;
    }

    .mobile-menu .dropdown ul.dropdown-menu.list {
        opacity: 0;
        font-size: 14px;
        min-width: 320px;
        height: calc(100vh - 180px);
        overflow: auto;
        flex-direction: column;
        left: -100%;
        padding: 12px 12px 12px 24px;
        border-top: 5px solid #e5322d;
       transition: all 1s;
        top: calc(100% + 11px);
    }

    .mobile-menu .dropdown ul#mobile-dropdown-menu {
        opacity: 1;
        left: 0;

    }
    .mobile-menu .dropdown ul#mobile-language-menu {
        opacity: 1;
        left: unset;
        right: 0;
        top: calc(100% + 11px);
    }

    .mobile-menu .dropdown .dropdown-menu > li > ul {
        list-style-type: none;
        padding-inline-start: unset;
    }

    .mobile-menu .dropdown .dropdown-menu > li > ul > li {
        line-height: 36px;
    }

    .mobile-menu .dropdown .dropdown-menu > li > ul li div {
        color: #969696;
        line-height: 54px;
    }

    .mobile-menu .dropdown .dropdown-menu > li > ul > li a {
        display: flex;
        align-items: center;
        color: #161616;
        text-decoration: none;
    }

    .mobile-menu .dropdown .dropdown-menu > li > ul > li a .ico {
        margin-right: 6px;
    }

    .content_describe .describe_highlight_tool .describe_section {
        order: 1;
        width: 100%;
        padding: 24px 0px;
    }

    .content_describe .content_question_tool .list_question {
        padding-left: 5px;
        margin-top: 40px;
    }

    .content_question_tool {
        margin-top: 20px;
    }
}
@media (max-width: 890px) {
    #convertTask {
        position: fixed;
        padding: 12px;
        font-size: 20px;
        right: 24px;
        width: 260px;
    }

    .option__button {
        z-index: 24;
        position: fixed;
        left: unset;
        bottom: 24px;
        right: 24px;
        text-align: center;
    }

    #wrap-page .show-options {
        display: flex;
    }

    #area-sidebar, #area-sidebar:after, .sidebar-inactive {
        margin-right: -380px;
    }

    #area-sidebar.show {
        margin-right: 0;
        width: 380px;
    }

    #result-area-download {
        margin-bottom: 24px;
    }

    #result-area-share > div {
        flex-direction: column;
    }

    #result-area-download-more {
        width: unset;
    }

    .drive-drop-button.addmore-addfromcpt-button {
        right: 0;
    }

    #area-view {
        width: 100%;
    }

    .sidetools,
    .show-more {
        right: 10px;
        transition: all .2s;
    }

    #btn-preview-html-reload {
        width: 260px;
        bottom: 115px;
    }

    #wrap-page .sidetools.show,
    #wrap-page .show-more.show {
        right: 385px;
        transition: all .2s;
    }

    .block {
        padding: 72px 0 96px;
    }
}

@media (max-width: 840px) {
    .header_title {
        font-size: 34px;
        line-height: 42px
    }

    .header_subtitle {
        font-size: 16px;
        line-height: 20px
    }

    .title2 {
        font-size: 20px;
        line-height: 26px
    }
    #processTask {
        width: 270px;
        right: 10px;
    }
}
@media (max-width: 767.98px){

    .block__container .title{
        font-size: 42px;
        line-height: 52px;
    }
    .block__container .btn{
        width: 100%;
    }
    .title3 {
        font-size: 16px;
        line-height: 20px;
    }
    #processTask{
        font-size: 16px;
        line-height: 20px;
        min-height: 40px;
        padding: 4px 8px;
        border-radius: 8px;
        width: 200px;
    }
    #processTask span{
        margin-left: 8px;
    }
    #area-sidebar::after{
        all:unset;
    }
   #processTask span svg{
        height: 16px;
        width: 16px;
    }
}

@media (max-width: 640px) {
    .content_describe .content_main_tool .describe_highlight_tool {
        flex-direction: column;
        width: 100%;
        padding: 0px 24px;
    }

    .content_describe {
        margin-top: 50px;
    }

    .wrap-select-file {
        margin: 0;
    }

    .content_steps {
        width: 100%;
        padding: 12px 24px;
        flex-direction: column!important;
    }

    .content_describe .content_steps .tool_item {
        order: 0;
        display: block!important;
    }

    #wrap-select .content_describe .content_panel {
        margin-top: 20px!important;
        flex-direction: column;
        padding-top: 0;
    }

    #wrap-select .content_describe .content_describe_tools {
        padding: 25px 0px;
    }

    .content_describe .question_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 460px) {
    .header_title {
        font-size: 32px;
        line-height: 38px
    }

    .header_subtitle {
        font-size: 14px;
        line-height: 18px
    }

    .title2 {
        font-size: 18px;
        line-height: 22px
    }

    #wrap-page .sidetools.show,
    #wrap-page .show-more.show {
        right: 310px;
        transition: all .2s;
        z-index: 2;
    }

    #area-sidebar.show {
        margin-right: 0;
        width: 300px;
    }

    #processTask,
    #btn-preview-html-reload{
        width: 210px;
    }
    .tools__container {
        display: block!important;
        background: none!important;
        border: none!important;
        box-shadow: none!important;
    }
    .tools__item {
        background: #FFFFFF;
        margin: 3px;
        border-radius: 4px;
    }
    .tools__item a {
        display: flex!important;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        padding: 10px!important;
    }
    .tools__item__icon {
        margin: 0 12px 12px 0;
        width: 32px;
        height: 32px;
    }
    .tools__item h3 {
        margin-bottom: 4px!important;
    }
    .tools__item__content {
    }
    .btn-select-file {
        padding: 5px 55px;
        max-width: 300px;
    }
    #btn-download-result {
        max-width: 240px;
    }
    div.file-actions .btn {
        display: block!important;
    }
}

.custom-popup {
    z-index: 23;
    top: 0;
    position: fixed;
    height: fit-content;
    width: 100%;
    margin-top: -700px;
    transition: all .5s
}

.custom-popup.show {
    margin-top: 0;
    height: 100%;
}

.bounce-enter-active {
    animation: bounce-in .5s;
}

.bounce-leave-active {
    animation: bounce-in .5s reverse;
}

@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.popup-background {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    opacity: .3;
    background: #333333;
    display: none;
    transition: all .5s;
}

.custom-popup.show .popup-background {
    display: block;
}

.custom-popup .dialog_body {
    padding-top: 0;
}

.unlock_popup_content, .damage_popup_content,
.share_link_popup_content,
.html_popup_content,
.sign_popup_content,
.custom_popup_content{
    z-index: 24;
    position: relative;
    border-radius: 8px;
    max-width: 500px;
    margin: 70px auto 0 auto;
    background: #FFFFFF;
}
.sign_popup_content{
    max-width: 800px;
}
.custom-popup .file_name,
.custom-popup .file_names {
    margin-bottom: 20px;
    font-weight: 600;
}

.custom-popup .title2 {
    margin-bottom: 32px;
}

.unlock_popup_content .actions {
    display: flex;
    justify-content: center;
}

.custom-popup .btn {
    background: linear-gradient(90deg,#882e27,#6d869a 50%,#231641) #44287d;
    background-size: 400% 400%;
    animation: change 5s ease-in-out infinite;
    margin: 6px 12px;
}

.custom-popup .btn:hover {
    background-color: #e65752;
}

#btn_ignore_file {
    font-weight: bold;
    text-decoration: underline;
    color: #e5322d;
    cursor: pointer;
}

.dialog_header {
    text-align: center;
    padding: 24px 64px;
}

.dialog_body {
    text-align: center;
    padding: 24px 32px;
}

.dialog_body.link_share{
    padding: 24px 32px 56px 32px;
}

.dialog_footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #d6d6df;
}

.dialog_close {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
}

.dialog_body .actions button span {
    margin-right: 12px;
    transform: rotate(66deg);
}

.dialog_close:hover {
    background-color: #e5e5e9;
}

.vue-sidebar-inactive {
    display: flex;
    cursor: pointer;
}

.link-back-convert-step {
    text-decoration: underline;
    color: #007bff;
    margin-top: 12px;
    margin-bottom: 15px;
    cursor: pointer;
}

.c_pointer {
    cursor: pointer;
}

button {
    cursor: pointer;
}
input + label {
    cursor: pointer;
}
[aria-disabled="true"] * {
    cursor: default !important;
}
#drop-area{
    display: none;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    min-height: 100%;
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
    text-align: center;
    color: #fff;
    padding: 230px;
}
#drop-area.active{
    display: block !important;
}
body.inactive .option__button.able-to-convert #processTask:after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-radius: 8px;
    -webkit-animation: pulse 5s cubic-bezier(.66,0,0,1) infinite;
    animation: pulse 5s cubic-bezier(.66,0,0,1) infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;

}


.radio [type=radio]:checked, .radio [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio [type=radio] + label {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
}

.radio [type=radio]:checked + label:before, .radio [type=radio]:not(:checked) + label:before {
    content: "";
    width: 22px;
    height: 22px;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    border: 1px solid #aeaeb2;
    border-radius: 100%;
    background: #fff;
    margin-right: 12px;
    margin-top: 0;
    display: block;
}

.radio [type=radio]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio [type=radio]:checked + label:after, .radio [type=radio]:not(:checked) + label:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    left: 4px;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #4acd86;
    border-radius: 100%;
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,106,88,.6);
        box-shadow: 0 0 0 0 rgba(255,106,88,.6);
    }
    30% {
        -webkit-box-shadow: 0 0 0 60px rgba(255,106,88,.1);
        box-shadow: 0 0 0 60px rgba(255,106,88,.1);
    }
    40% {
        -webkit-box-shadow: 0 0 0 60px rgba(255,106,88,.1);
        box-shadow: 0 0 0 60px rgba(255,106,88,.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,106,88,.1);
        box-shadow: 0 0 0 0 rgba(255,106,88,.1);
    }
}
.btn-copy {
    background: linear-gradient(90deg,#882e27,#6d869a 50%,#231641) #44287d;
    background-size: 400% 400%;
    animation: change 5s ease-in-out infinite;
}

