/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.iti--allow-dropdown{
	width: 100% !important;
}
.elementor-message-success{
	padding: 13px 7px;
    background-color: var(--e-global-color-primary);
    border-radius: 6px;
}

.custom-audio-player-old {
height: 0;
}
/* Add your custom styles here */
.custom-audio-player{
    width: 100%;
    display: block;
    padding: 0 15px;
}
.custom-audio-player-main{
    width: 100%;
    padding: 15px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;
    border-radius: 16px;
}
.custom-audio-player-controller{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.custom-audio-player-play{
    width: 41px;
    height: 41px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-audio-player-play-btn , .custom-audio-player-pause-btn{
    width: 41px;
    height: 41px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-audio-player-play-btn{
    background-image: url(https://persianhorizon.com/wp-content/uploads/2025/06/play-1.svg);
}
.custom-audio-player-pause-btn{
    background-image: url(https://persianhorizon.com/wp-content/uploads/2025/06/pause.svg);
    display: none;
}

.custom-audio-player-reverse , .custom-audio-player-volume-box , .custom-audio-player-download-box{
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-audio-player-download-btn{
    width: 41px;
    height: 41px;
}
.custom-audio-player-reverse-btn{
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(https://persianhorizon.com/wp-content/uploads/2025/06/backward-15-seconds.svg);
}

.custom-audio-player-progress{
    flex-grow: 1;
    display: block;
}
.custom-audio-player-progressbar{
    position: relative
}
.custom-audio-player-progressbar ,.custom-audio-player-progressbar > span{
    width: 100%;
    height: 10px;
    background-color: #F5F5F5;
    border-radius: 50px;
    display: block;
    overflow: hidden;
}
.custom-audio-player-progressbar > span:nth-child(1){
    width: 0;
    background-color: #BDBDBD !important;
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    cursor:pointer
}
.custom-audio-player-progressbar > span:nth-child(2){
    width: 0;
    background-color: #e2e2e2 !important;
    position: absolute;
    top:0;
    left:0
}

.custom-audio-player-download-volume{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.custom-audio-player-start-timer , .custom-audio-player-end-timer{

}
.custom-audio-player-volume-btn{
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(https://persianhorizon.com/wp-content/uploads/2025/06/volume-high.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.custom-audio-player-volume-btn.muted{
    background-image: url(https://persianhorizon.com/wp-content/uploads/2025/06/volume-low.svg) !important
}
.custom-audio-player-download-box{
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(https://persianhorizon.com/wp-content/uploads/2025/06/document-download.svg)
}

.custom-audio-player-play .loader{
	width: 41px;
    height: 41px;
    position: absolute;
    z-index: 5;
    background-color: #d4af33;
    border-radius: 50px;
}



@media (max-width: 576px) {
  .custom-audio-player-main{
      gap: 20px
  }
}
@media (max-width: 480px) {
  .custom-audio-player-main{
      gap: 10px
  }
    .custom-audio-player-reverse{
        display: none
    }
}