/*
Theme Name: Astra-Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.3.1751200483
Updated: 2025-06-29 12:34:43
*/

body {
    background: #FFFFFF;
    color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#primary {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#convert-box {
    background: #007AFF;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#dropzone {
    background: #FFFFFF;
    border: 3px dashed #007AFF;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    width: 300px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dropzone.dragover {
    background: #E6F0FA;
    border-color: #005BB5;
    transform: scale(1.03);
}

#dropzoneText {
    font-weight: 500;
    transition: color 0.3s ease;
}

#dropzone:hover #dropzoneText {
    color: #007AFF;
}

#fileDetection {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

#filePreview {
    text-align: center;
    margin-top: 10px;
}

#formatSelect {
    padding: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: #FFFFFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="gray" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>') no-repeat 10px center;
    padding-left: 30px;
    width: 300px;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
}

#formatSelect::placeholder {
    color: gray;
    opacity: 1;
    font-style: italic;
}

#formatSelect:focus {
    border-color: #005BB5;
    box-shadow: 0 0 10px rgba(0,123,255,0.3);
}

.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #007AFF;
    border-radius: 5px;
    background: #FFFFFF;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #000000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

#convertButton {
    background: #FFFFFF;
    color: #007AFF;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

#convertButton:hover {
    transform: scale(1.05);
    background: #E6F0FA;
    box-shadow: 0 0 15px rgba(0,123,255,0.5);
}

#convertButton:disabled {
    background: #CCCCCC;
    color: #666666;
    cursor: not-allowed;
}

#progressContainer {
    width: 300px;
    background: #F0F0F0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

#progressBar {
    height: 25px;
    background: #007AFF;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
    transition: width 0.3s ease;
    font-weight: 500;
}

.conversion-box {
    text-align: center;
    padding: 20px;
}

.spinner {
    color: #007AFF;
    font-style: italic;
    display: none;
    margin-top: 10px;
}

a, a:visited {
    color: #007AFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
