.gccmultiplier {
    z-index: 5;
    
    background-color: inherit;
    border: none;
    color: white;
}

.gcc-xplay {
    display: flex;
    padding: 0 !important;
    padding-right: 5px;
    align-items: center;
    
    
}

.gcc-xplay select {
    -webkit-appearance: none; 
    appearance: none; 
    padding: 7px 30px 7px 0; /* Converted padding based on a 14px font size */
    border: none;
    background-image: url('data:image/svg+xml,\
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>'); /* Custom down arrow */
    background-repeat: no-repeat;
    background-position: right 0.5em top 50%; /* 0.5em converted to 7px for positioning */
    background-size: 21px; /* Converted background size */
}

.gcc-xplay select:focus {
    outline: none;
    border: none;
   
}
.gcc-xplay span {
    padding: 5px 15px 5px 15px;
    border: 1px solid transparent;
    
}

.vocwmultiplier {
    z-index: 5;
    
    background-color: inherit;
    border: none;
    color: white;
}

.vocw-xplay {
    display: flex;
    padding: 0 !important;
    padding-right: 5px !important;
    align-items: center;
    
    
}

.vocw-xplay select {
    -webkit-appearance: none; 
    appearance: none; 
    padding: 2px 30px 2px 0; 
    border: none;
    background-image: url('data:image/svg+xml,\
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>'); /* Custom down arrow */
    background-repeat: no-repeat;
    background-position: right 0.5em top 50%; /* 0.5em converted to 7px for positioning */
    background-size: 21px; /* Converted background size */
}


.vocw-xplay select:focus{
    outline: none;
    border: none;
}

.vocw-xplay span {
    padding: 2px 15px 2px 15px;
    border: 1px solid transparent;
    
}

.play-audio-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vocm--play-audio-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.stop-audio-buttons-sub {
    display: flex;
    align-items: center;
    justify-content: center;
}

