/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.Inline_loader {
    position: relative;
    width: 2rem;
    display: none;
}
  .Inline_loader::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  
  .Inline_loader .circular {
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 0;
    margin: auto;
    transform-origin: center center;
    animation: 2s linear 0s infinite Inline_loaderrotate;
  }
  
  .Inline_loader .path {
    stroke: #006401;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: 1.5s ease-in-out 0s infinite Inline_loader;
  }
  
  @keyframes Inline_loader {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
      stroke: #006401;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes Inline_loaderrotate {
    to {
      transform: rotate(1turn);
    }
  }

#search-container {
    position: relative;
}

#search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
}
input#search-input {
    min-width: 650px;
    border-radius: 8px;
}
#search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#search-results li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

#search-results li i {
    color: #006401;
}

#search-results li:last-child {
    border-bottom: none;
}

#search-results li:hover {
    background: #f0f0f0;
}

#search-results p {
    margin: 0;
}
#loader {
    position: absolute;
    top: 10px; /* Adjust this value to align with your input */
    right: 10px; /* Adjust this value to align with your input */
    font-size: 14px; /* Customize this value */
    color: #666; /* Customize this value */
}

.mybtn {
    border: 2px solid white !important;
    background: #006401 !important;
    padding: 10px 20px !important;
    transition: .5s;
}
.mybtn:hover {
    border: 2px solid #00640191 !important;
    background: #00640191 !important;
}
/* form label,form legend {
    color: white !important;
} */


.audio-player,.audio-player1,.audio-player2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: 4px solid #006401;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.token-table tr.token-used input {
    text-decoration: line-through;
}

.controls {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.control-btn,.control-btn:focus {
    background-color: #006401;
    border: none;
    color: white;
    padding: 15px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.control-btn:hover {
    background-color: #004d01;

    color: white;
}

.control-btn:active {
    background-color: #003a01;
}

.control-btn i {
    pointer-events: none;
}

.playlist {
    list-style: none;
    padding: 0;
    width: 95%;
    text-align: center;
    margin: 0 auto;
}

.playlist li {
    background-color: #00640191;
    padding: 15px;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s;
    color: black;
}

.playlist li:hover {
    background-color: #006401;
    color: white;
}

.playlist li.active {
    background-color: #006401;
    color: white;
    font-weight: bold;
}

.footer2 form#wpforms-form-8 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer2  div#wpforms-8-field_1-container {
    padding: 0;
}
.footer2 input#wpforms-8-field_1{
    width: 400px;
}
.footer2  button#wpforms-submit-8 {
    padding: 0 40px !important;
    margin-top: -10px;
    height: 48px;
}

.ctm_form{
    max-width: 767px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.ctm_form form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ctm_form_inner{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.ctm_form_label{
    font-size: 16px;
    font-weight: 700;
    color: rgba( 0, 0, 0, 0.85 );
}
.ctm_form_label .error{
    color: #d63637;
}
.error {
    color: red !important;
    font-weight: 400;
}
.result p{
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    font-weight: 400;
}
p.error_token {
    border: 1px solid red;
    color: red;
    font-weight: 400;  
}
.warning_token{
    border: 1px solid #ff7e00;
    color: #ff7e00;
}
.woocommerce-products-header{
    display: none;
}
.woocommerce a.added_to_cart {
    display: block;
}
.success_token{
    border: 1px solid #006401;
    color: #006401;
}
.ctm_form_textarea, .ctm_form_input{
    width: 100%;
}
@media (max-width:1200px) {
    .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        right: 0;
    }
        /* .footer2 input#wpforms-8-field_1 {
            width: 250px !important;
        } */
        .audio-player audio, .audio-player1 audio, .audio-player2 audio{
            width: 100%;
        }
        .playlist li {
            font-size: 14px;
            padding: 5px;
        }
        .control-btn, .control-btn:focus {
            padding: 10px;
            font-size: 10px;
        }
        .audio-player, .audio-player1, .audio-player2 {
            padding: 10px;
        }
        #loader_song, #loader_song1, #loader_song2 {
            font-size: 16px !important;
        }
}
@media (max-width:767px) {
    .footer2 form#wpforms-form-8 {
        flex-direction: column;
    }
    .footer2 input {
        width: 100% !important;
    }
    .footer2 .wpforms-field-container,.footer2 .elementor-widget-wpforms,.footer2  .wpforms-submit-container{
        width: 100% !important;
    }
    .footer2  button#wpforms-submit-8 {
        width: 100%;
    }
    input#search-input {
        min-width: 100%;
    }
    .elementor-element-5606c82 {
        width: 100%;
    }

}