.elementor-20151 .elementor-element.elementor-element-553d012{--display:flex;--min-height:90vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--margin-top:-170px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20151 .elementor-element.elementor-element-553d012:not(.elementor-motion-effects-element-type-background), .elementor-20151 .elementor-element.elementor-element-553d012 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-f628515 );}.elementor-20151 .elementor-element.elementor-element-9507e6b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20151 .elementor-element.elementor-element-9507e6b.e-con{--align-self:center;}.elementor-20151 .elementor-element.elementor-element-60b9797{margin:170px 20px calc(var(--kit-widget-spacing, 0px) + 20px) 20px;border-style:none;}.elementor-20151 .elementor-element.elementor-element-60b9797.elementor-element{--align-self:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), IRANYekanXFaNum;font-weight:var( --e-global-typography-text-font-weight );}.elementor-20151 .elementor-element.elementor-element-8e40317{width:var( --container-widget-width, 50% );max-width:50%;background-color:var( --e-global-color-6d0e38d );padding:100px 100px 100px 100px;--container-widget-width:50%;--container-widget-flex-grow:0;border-style:none;}.elementor-20151 .elementor-element.elementor-element-8e40317.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-20151 .elementor-element.elementor-element-8e40317 img{width:500px;height:100vh;}@media(max-width:1366px){.elementor-20151 .elementor-element.elementor-element-553d012{--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-20151 .elementor-element.elementor-element-60b9797{margin:100px 20px calc(var(--kit-widget-spacing, 0px) + 20px) 20px;}}@media(min-width:551px){.elementor-20151 .elementor-element.elementor-element-553d012{--width:100%;}}@media(max-width:1024px){.elementor-20151 .elementor-element.elementor-element-553d012{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-20151 .elementor-element.elementor-element-9507e6b{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-20151 .elementor-element.elementor-element-60b9797{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;}.elementor-20151 .elementor-element.elementor-element-8e40317{width:100%;max-width:100%;}.elementor-20151 .elementor-element.elementor-element-8e40317 img{width:1000px;height:200px;}}/* Start custom CSS for html, class: .elementor-element-60b9797 */.convertor-body {
    font-family: "IRANYekanXFaNum";
    display: flex;
    flex-direction: column;
    align-content: justify;
}
.heading {
    color: var(--e-global-color-2cc0d3f);
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
}
.file-input-container,
.settings-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.file-input {
    display: none;
}
.file-label,
.convert-button {
    padding: 10px 20px;
    background-color: #3786e0;
    color: white;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    font-family: "IRANYekanXFaNum";
    border-radius: 10px;
    font-size: 16px;
}
.file-label:hover,
.convert-button:hover,
.file-label:focus,
.convert-button:focus {
    background-color: #d88500;
}
.file-name {
    margin-top: 10px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--e-global-color-secondary);
}
.download-link {
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: #3786e0;
    transition: 0.3s;
}
.download-link:hover {
    color: #d88500;
}
.width-input {
    border: 1px solid var(--e-global-color-1e9ea61) !important;
    border-radius: 10px !important;
    background-color: var(--e-global-color-f628515);
    color: var(--e-global-color-2cc0d3f);
    padding: 6px 12px;
    text-align: center;
    font-family: "IRANYekanXFaNum";
    outline: 0;
    margin-top: 10px;
}
input[type="number"]::-webkit-inner-spin-button {
    display: none !important;
}
.settings-container {
    border: 2px dashed var(--e-global-color-1e9ea61);
    padding: 30px 0px;
    background-color: var(--e-global-color-6d0e38d);
    padding: 20px;
    border-radius: 10px;
}
.label-class {
    color: var(--e-global-color-2cc0d3f);
}
.margin-bottom {
    margin-bottom: 25px;
    margin-top: 7px;
    color: var(--e-global-color-2cc0d3f);
}
.page-content p:first-child {
    display: none;
}
.output {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    gap: 7px;
}
@media only screen and (max-width: 1024px) {
    .heading {
        font-size: 24px;
        line-height: 34px;
    }
}/* End custom CSS */