.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1834 .elementor-element.elementor-element-da81058{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-081fb3c */#volume-slider {
  width: 100%;
  -webkit-appearance: none; /* Remove default styling */
  height: 10px;
  background: black;
  border-radius: 1px;
  margin-top: 70px;
  transform: rotate(-90deg);
}

#volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 25px;
  background: red;
  border-radius: 10%;
  cursor: pointer;
  opacity: 0.9;
}

/* Volume display */
#volume-display {
  font-size: 24px;
  margin-bottom: 5px;
}

/* Player2 */

#volume-sliders {
width: 100%;
  -webkit-appearance: none; /* Remove default styling */
  height: 10px;
  background: black;
  border-radius: 1px;
  margin-top: 70px;
  transform: rotate(-90deg);
}

#volume-sliders::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 25px;
  background: red;
  border-radius: 10%;
  cursor: pointer;
  opacity: 0.9;
}

/* Volume display */
#volume-displays {
  font-size: 24px;
  margin-bottom: 5px;
}
/* Player3 */

#volume-sliderd {
width: 100%;
  -webkit-appearance: none; /* Remove default styling */
  height: 10px;
  background: black;
  border-radius: 1px;
  margin-top: 70px;
  transform: rotate(-90deg);
}

#volume-sliderd::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 25px;
  background: red;
  border-radius: 10%;
  cursor: pointer;
  opacity: 0.9;
}

/* Volume display */
#volume-displayd {
  font-size: 24px;
  margin-bottom: 5px;
}

/* Removes mute-button */
audio::-webkit-media-controls-mute-button {
  display: none;
}

/* Removes play-button */
audio::-webkit-media-controls-play-button {
  display: none;
}

audio::-webkit-media-controls-timeline {
  display: none !important;
}
#player
{
     display: none !important;
}
#players,#playerd
{
     display: none !important;
}

.containerde2 {
    display: flex
;
    justify-content: center;
    margin-top: 0px;
}

.containerde {
    display: flex
;
    justify-content: center;
    margin-top: 27px;
}

.colone {
    padding: 12px;
    background: navajowhite;
    height: 278px;
    
}
.coltwo {
    padding: 12px;
    background: white;
}


button.playnow {
    background: #000000;
    border: none;
    color: white;
}

button.pausenow {
    background: #c40000;
    color: white;
    border: none;
}/* End custom CSS */