/*body {
    padding-top: 100px;
}*/
img{
    max-width: 100% !important;
}
.info-box {
    margin-top: 30px
}
.text-select-box p{
    overflow-wrap: anywhere;
}
.pl-1, .px-1 {
    padding-left: 1rem!important;
}
.pt-2 {
    padding-top: 1.5rem!important;
}
.p-1 {
    padding: 1rem!important;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-space-between{
    justify-content: space-between;
}
form.row-separator .form-group {
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
}
form.row-separator .form-group.ocr{
    align-items: center;
}
.bg-form-row-separator {
    background-color: #f1f1f1;
}
.text-light {
    color: #5a5a5a!important;
}
.mb-0 {
    margin-bottom: 0!important;
}

/*chooselanguage*/
.multiselect-dropdown {
    position: relative;
}

.editor__option__selector {
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    background-color: #fff;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
}

.editor__option__selector .font-selected {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

 #languageFormatOptions .editor__option__content {
     display: none;
     position: absolute;
     background: #fff;
     border-radius: 4px;
    left:0;
    transform: unset;
    bottom: unset;
    top: 16px;
    max-width: unset;
    width: 100%;
    -webkit-box-shadow: grey 0 3px 8px;
    box-shadow: 0 3px 8px grey;
    border: 1px solid #ced4da;
    border-top: none;
    padding: 12px 2px 2px 12px;
    z-index: 25;
}
.editor__option__content  .multiselect-dropdown-list{
    height: 15rem;
    overflow-y: scroll;
}

div.checkbox{
    width: 100%;
    display: flex;
    position: relative;
    font-weight: 600;
    line-height: 20px;
    margin: 8px 0 6px;
}
div.checkbox:before{
    content: "";
    border-radius: 4px;
    background: #fff;
    margin-right: 12px;
    display: block;
    border: 1px solid #707078;
    width: 20px;
    height: 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
div.checkbox.checked:before{
    border: 1px solid #4acd86;
}

div.checkbox.checked: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;
}


.option__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1919;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: unset;
    margin-bottom: 8px;
}
#languageFormatOptions{
    position: relative;
}
.editor__option__search{
    position: absolute;
    top: 4px;
    width: 100%;
    z-index: 33;
}
.option__panel__content input {
    height: 42px;
    width: 100%;
}
[type=text] {
    padding: 2px 12px 2px;
}

.editor__option__content .language__selector.disable {
    pointer-events: none;
    opacity: 0.4;
}

span.optext {
    background-color: #def2ff;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 15px;
    margin: 2px;
    border-radius: 100px;
    display: flex;
}

span.optext .optdel {
    margin: 2px -6px 1px 5px;
    font-size: .7em;
    cursor: pointer;
    color: #666;
    background: url(/images/svg/close-no-bg.svg) no-repeat 50%;
    width: 16px;
    height: 100%;
    background-size: 70%;
    opacity: .3;
}

span.optext .optdel:hover {
    opacity: 1;
}
span.down-arrow {
    margin-left: 6px;
    cursor: pointer;
    background: url(/images/svg/down-arrow-nobg.svg) no-repeat 50%;
    width: 15px;
    height: 100%;
    opacity: .6;
    flex-basis: 10%;
}

[data-lang] {
    cursor: pointer;
}
.wrap-list-available-format-to{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.please-select{
    margin-bottom: unset;
}
@media  (max-width: 768px) {
    .option__panel .info {
        padding: 8px;
    }
    .option__panel__content {
        padding-top: unset;
    }
    #sidebar #languageFormatOptions .editor__option__content,
    .editor__option__search{
        top: 48px;
    }
}
/*end choose language*/



@media (max-width: 992px) {
    .navbar-expand-lg>.container{
         padding-right: 15px!important;
         padding-left: 15px!important;
    }
}

@media (min-width: 768px) {
    .info-box .badge-wrapper {
        margin-top: -5px
    }

    .info-box .col-lg-4 h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.2px
    }

    .info-box .title-with-icon h3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -.3px
    }

    .info-box .text-center>.title-with-icon>* {
        margin: 0 9px
    }

    .info-box {
        margin-top: 50px
    }
}

iframe {
    padding: 0;
    border: none;
    margin: 0;
}
.format-dropdown-menu {
    background-color: #1e1e1e;
    transition: none!important;
    border: none!important;
    padding: 10px;
    border-radius: .25rem!important;
    color: #fff;
    min-width: 350px;
}
.format-dropdown-menu .search {
    margin-bottom: 10px;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.dropdown-menu.show {
    display: block;
}
.format-dropdown-menu .groups {
    list-style: none;
    padding: 0;
    margin-right: 5px;
}
.format-dropdown-menu .groups li {
    display: flex;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    padding: .2rem 0;
}
.format-dropdown-menu .groups li a {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c3c3c3;
    font-size: .9rem;
    text-decoration: none;
}
.format-dropdown-menu .formats {
    /*max-height: auto;*/
    width: 100%;
    white-space: normal;
}
.format-dropdown-menu .formats ul {
    list-style: none;
    padding: 0;
    font-size: 0;
}
.format-dropdown-menu .formats ul li {
    width: 33.333%;
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 10px;
}
.btn-secondary {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
.format-dropdown-menu .search input {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: .9rem;
    padding: .5rem;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
.format-dropdown-menu .search .input-group-text {
    border: none;
    background-color: transparent;
    color: #c3c3c3;
    padding: .75rem .5rem;
    font-size: .9rem;
}
.groups li a.active:after {
    color: #fff !important;
}
.format-dropdown-menu .groups li a:after {
    /* font-family: 'Font Awesome 5 Free';
    content: "\F105"!important; */
    content: ""!important;
    border: none!important;
    padding-left: 10px;
    padding-right: 10px;
    color: transparent;
}

.file-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;


}
#btn-upload-pc.dropdown-item{
    padding: 4px  8px;
}
#btn-upload-pc:hover{cursor: pointer !important;}
#form-convert-dropbox {
    margin-right: 10px;
}

#form-convert-dropbox button {
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif !important;
    /*color: red !important;*/
}

.card h2 {
    margin-left: 10px;
    margin-right: 10px;
}

.redirect-converter-box a{
    color: #0071eb!important;
}
#language-select *{
    min-height: 32px;
}
.navbar{
    padding: 0 0;
}

.logo {
    font-family: 'Prata', serif;
    font-size: 32px;
}
.footer {
    padding: 1rem 0;
    color: #727272;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}
.gray-links a {
    color: #383d41;
}

.menu-language{
    border: none;
    display: inline-block;
    float: left;
    background: #f8f9fa!important;
    color: #666565;
}

.icon-language{
    width: 25px;
    float: left;
}

.box-language {
    margin-left: 240px
}

/*button choose file*/
.wrap-select-file {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.choose-button {
    display: flex;
    justify-content: left;
}
.btn-select-file {
    padding: 12px 28px;
    min-width: 200px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    background: linear-gradient(90deg, #439fdf, #6d869a 50%, #3194f7) #b30c13;
    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%;
    }
}

.drive-drop-button {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.circle {
    background: linear-gradient(90deg, #3194f7, #589de3, #26b9d4) ;
    border-radius: 50%;
    padding: 6px 10px 10px 10px;
}
.text-drop-file {
    text-align: left;
    margin-top: 10px;
    margin-left: 50px;
}
.dropdown-toggle[data-toggle="dropdown"]:not('.nav-link')::after {
    content: unset;
}

.btn-choose {
    margin: 4px;
    border-radius: .27rem;
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 0.5rem 0.75rem 0.5rem 1rem;
    border: 1px solid #5a5a5a;
    cursor: pointer;
}
.btn-choose .arrow-down {
    padding: 0 2px 0 6px;
}
.open-modal .custom-popup.show .custom_popup_content {
    overflow-x: hidden;
    overflow-y: auto;
}
#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;
}
.unlock .modal-header{
    text-align: center;
    padding: 24px 64px;
}
.unlock .modal-header h3{
    flex: 1;
}
.unlock .modal-body {
    text-align: center;
    padding: 24px 32px;
}
#info_password {
    margin: 24px auto;
    display: flex;
    text-align: center;
    width: fit-content;
}
.inputLock {
    border-radius: 4px 0 0 4px;
    position: relative;
    flex: 1 1 auto;
}
.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");
}
.inputPass {
    height: 42px;
    padding-left: 36px;
    border-radius: 4px 0 0 4px;
    outline: none !important;
    border: 1px solid #aeaeb2;
}
input.option {
    cursor: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
}
.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: #439fdf;
    color: #fff;
}
#btn_ignore_file {
    font-weight: bold;
    text-decoration: underline;
    color: #e5322d;
    cursor: pointer;
}
.alert-loading {
    width: 80px;
    margin: 15px auto 0 auto;
}
#message-error{
    display: flex;
}
.unlock.btnToolbar{
    margin-right: 12px;
    cursor: pointer;
}
.btn-lg {
    padding: 12px 28px;
}
@media screen and (max-width: 480px) {
    .navbar-brand img {
        width: 160px;
    }
    .box-language {
        margin-left: 0;
    }
    .menu-language{
        font-size: 14px;

    }
    .icon-language{
        width: 20px;
    }
}

@media screen and (min-width: 480px) and (max-width: 780px) {

}

.hidden {display: none !important;}

.steps {
    margin-bottom: 38px
}

.adb+.steps {
    margin-top: 45px
}

.steps h2 {
    font-size: 23px;
    margin: 0 0 24px
}

.steps>.row {
    margin-left: -1px;
    margin-right: -1px
}

.steps>.row>.col,
.steps>.row>[class*=col-] {
    padding: 0 1px;
    margin-bottom: 2px
}

.steps>.row+p {
    padding-top: 19px
}

.steps>.row+p a {
    border-bottom: 1px solid #ff887d
}

.steps .card {
    position: relative;
    box-shadow: none;
    border: none;
    background-color: #f6f6f6;
    color: #6a6363
}

.steps .card .card-body {
    padding: 25px 20px 10px;
    text-align: center
}

.steps .card h2 {
    margin: -13px 0 5px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #2d2d2d;
}

.steps .card .step-label {
    -webkit-align-self: center;
    align-self: center;
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 1px 13px;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    background: #fff;
    color: #747171
}

@media (min-width:768px) {
    .steps {
        margin-bottom: 48px
    }
    .steps h2 {
        margin-bottom: 29px
    }
    .steps .card {
        -webkit-align-self: stretch;
        align-self: stretch;
        height: 100%
    }
    .steps .card .card-body {
        padding-left: 30px;
        padding-right: 30px
    }
    .info-box .badge-wrapper {
        margin-top: -5px
    }
    .custom_popup_content {
        max-width: 750px;
    }
}

.steps:last-child {
    margin-bottom: 18px
}



@media (max-width:768px) {
    .my-4 img{
        width: 100% !important;
    }
}

.info-box{
    margin-bottom: 20px
}


.info-box>.row>.col-12 .info-content {
    padding-top: 30px;
    border-top: 1px solid #eaeaea
}

.info-box .badge-wrapper {
    margin-bottom: 15px;
    color: #000;
}

.info-box h3 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.2px;
    font-weight: 400;
}



.info-content{
    position: relative;
    box-shadow: none;
    border: none;
    color: #959595;
}

.supported-conversions {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #eaeaea
}

.supported-conversions>h2 {
    margin: 0 0 25px;
}
@media (min-width:768px) {
    .justify-content-md-center {
        -webkit-justify-content: center!important;
        justify-content: center!important
    }
    /* .row>.col, .row>[class*=col-]{
         padding-right: 20px;
         padding-left: 20px;
     }
    */
    .dt-formats-2col>.col-12 {
        max-width: 620px;
    }
}


.data-table-wrapper {
    margin: 0 -20px 40px
}

.data-table-wrapper:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .data-table-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}


.data-table2,
.data-table2 .dt-body,
.data-table2 .dt-col,
.data-table2 .dt-head {
    display: block
}

.data-table2 .dt-row {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px
}

.data-table2 .dt-col {
    padding: 10px;
    font-weight: 400;
    text-align: center;
}

.data-table2 .dt-head {
    position: relative;
    z-index: 1
}

.data-table2 .dt-head .dt-row {
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .01), 0 3px 0 0 rgba(0, 0, 0, .01), 0 2px 0 0 rgba(0, 0, 0, .01), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.header-support{
    color: #000;
    font-size: 20px;
}

.ui-badge.is-large {
    color: #5d800d;
    font-size: 14px!important;
    line-height: 16px!important;
    padding: 1px 7px!important;
}

.ui-badge{
    border: 1px solid;
    border-radius: 2px;
}
#resultTable .dropdown-toggle::after{
    content: none;
}


@media (min-width:768px) {
    .wrap-select-row {
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin: 0;
    }
}

@media (max-width:768px) {
    .wrap-select-row {
        border: none;
    }
}

.icon-converter{
    display: inline-block;
    margin: 0 5px 10px 0;
    float: left;
}

@media (max-width:1024px) {
    .icon-converter{
        display: inline-block;
        margin: auto 0;
    }

    .icon-converter img{
        width: 80%;
    }
    .wrap-info-select{
        display: inherit;
    }
    .wrap-select-file {
        margin-bottom: 30px;
    }
}

.wrap-select-all-box{
    margin: 20px 0;
}

.text-select-box{
    display: inline-block;
    margin-top: 10px;
}
.please-select{
    color: #000;font-size: 19px;font-weight: bold;
}
.list-available-format-to{
    font-size: 11px;
}

/*.wrap-list-available-format-to{*/
/*    max-width: 360px;*/
/*    overflow: hidden;*/
/*}*/
#select-formmat{
    display: flex;
}
.icon-converter{
    min-width: 40px;
}
.text-select-box{
    flex: 1;
}

.wrap-select-box{
    display: inline-block;
}

.wrap-select-box-text{
    margin: 0 10px 10px 10px;
    font-weight: bold;
    font-size: 25px;
    color: #454444;
    display: inline-block;
}
.wrap-select-box select{
    min-width: 60px;
    height: 40px;
    text-align: center !important;
    text-align-last: center;
    background: #454444;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;

}
.wrap-select-box select option{
    min-width: 150px;
    height: 40px;
    text-align: center !important;
    background: #000;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}

.redirect-converter-box{
    font-size: 15px !important;
}
#linkConverterTo{
    margin-left: 30px;
}
.reverse-link{
    text-decoration: underline;
}
.breadcrumb-box{
    font-size: 14px;
}
.alert-heading{
    font-size: 1.5rem !important;
}
.sapo-convert{
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
}

.title-info-format{
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.2px;
    font-weight: 400;
    color: #535252;
}
.sapo-info-format{
    color: #726f6f;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5rem;
}

.language-select{
    color: rgba(0,0,0,0.7);
    background-color: transparent;
    border: none;
}
.dropbox-dropin-default{
    background-color: #fff !important;
    border: none !important;
    padding: 0 !important;
}

.table td, .table th{vertical-align: middle !important;}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 800px;
    }
}
ul.groups > li {
    text-transform: capitalize;
    cursor: pointer;
}
#reverseLink {
    color: #0071eb;
}
#btn_select_dropbox {
    cursor: pointer;
}