.arm-player,
.arm-player * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.arm-player {
    display: flex;
    align-items: center;
    padding: 24px 36px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 34px;
}

.arm-player .arm-player-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.arm-player .loader-parent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.arm-player .loader-parent [data-loader] {
    zoom: 0.5;
}

.arm-player .loader-parent.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.arm-player .graphic-ekvalayzer {
    width: 100%;
    height: 150px;
}

.arm-player .graphic-ekvalayzer canvas {
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border: 1px solid #FFFFFF;
}

.arm-player .graphic-wave {
    width: 100%;
    height: 96px;
    margin-left: 40px;
}

/*.arm-player .graphic-wave .waveform-bg {*/
/*    -webkit-clip-path: url(#waveform-mask);*/
/*    clip-path: url(#waveform-mask);*/
/*    fill: lightgray;*/
/*}*/

.arm-player .play-background-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    top: -10px;
}

.arm-player .graphic-wave .waveform-progress {
    -webkit-clip-path: url(#waveform-mask);
    clip-path: url(#waveform-mask);
    fill: #7b80ee;
}

.arm-player .max-content-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.arm-player .btn-circle-hover-gradient {
    width: 64px;
    height: 64px;
    min-width: 24px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    background-size: cover !important;
}

.arm-player .btn-circle-hover-gradient .layer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.arm-player .btn-circle-hover-gradient .background {
    position: absolute;
    width: 100%;
    height: 100%;
}

.arm-player .flag-content {
    background: #7B80EE;
    width: 40px;
    height: 40px;
    padding: 4px;
    position: absolute;
    border-radius: 50%;
    left: calc(100% - 12px);
    bottom: calc(100% - 12px);
}

.arm-player .flag-content i {
    position: absolute;
    transform: rotate(14deg);
    bottom: -5px;
    left: -1px;
    color: #7b80ee;
}

.arm-player .flag-content .flag-wrapper {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

.arm-player .flag-content .flag-wrapper img {
    object-fit: cover;
    transform: scale(1.5);
}

/*.arm-player .btn-circle-hover-gradient:hover {*/
/*    background: linear-gradient(104.3deg, #1beb91 0%, #0cbad9 100%);*/
/*    color: #FFFFFF;*/
/*    border: none;*/
/*    outline: none;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*}*/

.arm-player .btn-circle-hover-gradient.play:before,
.arm-player .btn-circle-hover-gradient.play::before {
    content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M26.7738 20.6548C27.809 20.0576 27.809 18.5636 26.7738 17.9665L13.327 10.2104C12.2925 9.61368 11 10.3603 11 11.5545V27.0667C11 28.2609 12.2925 29.0075 13.327 28.4108L26.7738 20.6548Z" fill="%23EBE7F4"/></svg>');
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4px;
    position: relative;
}

.arm-player .btn-circle-hover-gradient.pause:before,
.arm-player .btn-circle-hover-gradient.pause::before {
    content: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.6667 25.3333V6.66663H24V25.3333H18.6667ZM8 25.3333V6.66663H13.3333V25.3333H8Z" fill="white"/></svg>');
    top: 4px;
    position: relative;
}

.arm-player .btn-circle-hover-gradient[disabled="disabled"],
.arm-player .btn-circle-hover-gradient[disabled="true"],
.arm-player .btn-circle-hover-gradient[disabled],
.arm-player .btn-circle-hover-gradient.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: .8;
    cursor: default;
}

.arm-player .tooltip-custom-parent {
    position: relative;
}

.arm-player .tooltip-custom-parent .tooltip-custom {
    position: absolute;
    padding: 6px 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background-color: #171722;
    border-radius: 5px;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    white-space: nowrap;
}

.arm-player .tooltip-custom-parent:hover .tooltip-custom {
    display: block;
}

.arm-player .text-duration-audio {
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-align: center;
    min-width: 100px;
    font-size: 13px;
}

.arm-player .parent-icon-sound {
    padding-left: 10px;
}

.arm-player .parent-icon-sound .content-audio-icon {
    cursor: pointer;
    position: relative;
}

.arm-player .parent-icon-sound .content-audio-icon .parent-volume-range {
    display: none;
    position: absolute;
    background-color: #282A3B;
    width: 150px;
    border: 1px solid #FFFFFF;
    padding: 0 3px;
    -webkit-transform: rotate(-90deg) translate(90px, -65px);
    transform: rotate(-90deg) translate(90px, -65px);
}

.arm-player .parent-icon-sound .content-audio-icon:hover .parent-volume-range {
    display: block;
}

.arm-player .my-range {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #393B4B;
    height: 2px;
    margin-bottom: 15px;
}

.arm-player .my-range:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.arm-player .my-range::-webkit-slider-runnable-track {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF)) no-repeat #393B4B;
    background: linear-gradient(#FFFFFF, #FFFFFF) no-repeat #393B4B;
    background-size: var(--bg) 100%;
    height: 5px;
    border-radius: 10px;
}

.arm-player .my-range::-moz-range-track {
    background: linear-gradient(#FFFFFF, #FFFFFF) no-repeat #393B4B;
    background-size: var(--bg) 100%;
    height: 5px;
    border-radius: 10px;
}

.arm-player .my-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #FFFFFF;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: -4.5px;
}

.arm-player .my-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: -4.5px;
}

.arm-player .my-range::-moz-range-progress {
    background: #FFFFFF;
    height: 5px;
    border-radius: 10px;
}

.arm-player .my-range.disabled, .arm-player .my-range[disabled], .arm-player .my-range[disabled="true"], .arm-player .my-range[disabled="disabled"] {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: .8;
}
