/* Master Change------ ---------------------------*/
a{
    color: inherit;
}
a.btn_color{
    color: inherit;
}

label.error{
    font-style: italic;
}

.nopadding{
    padding: 0px;
}
.hide{
    display: none;
}
.elipse_over{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
i.btn_1{
    font-size: 22px;
    cursor: pointer;
}
i.btn_2{
font-size: 30px;
    cursor: pointer;
    margin-top: 5px;
}
.ibox-tools.color a{
    color: inherit !important;
}
.ibox-tools2{
    display: block;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    text-align: right;
    
}

@media screen and (max-width: 767px) {
    .ibox-title .ibox-tools2.jump{
        display: contents;
    }
}
/* Quando for mobile em pé (retrato) */
@media screen and (max-width: 768px) and (orientation: portrait) {
    .ibox-title .ibox-tools2 {
        position:relative;
    }
}


/* Form Change------ ---------------------------*/
.form-group.row div p.font-bold{
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: bold;
}
.form-group label:not(.error){
    font-weight: bold;
}
.form-group .row .btn_1{
    position: absolute;
    bottom: 25%;
}

.form-group .row .btn_label{
    float: right;
    font-size: 20px;
    cursor: pointer;
}


/* CLOCK PICKER quando esta no modal aparece atras dele -*/
.clockpicker-popover
{
    z-index: 2100;
}
/* SELECT OPTION */
option.divisao_option
{
    background-color: #e5e6e7;
}




/* MODAL------------------------------------ */
.modal-header.slim{
    padding: 0px;
    
}
.modal-header.slim .modal-title{
    font-size: 16px;
}
.modal-header.slim .close{
    margin: -2.6rem 0rem -1rem auto
}
.modal-dialog.xl-990{
    max-width: 990px;
}


/* VALIDATE------------------------------------ */
.input-group:not(.date) ~ .error{
    position: absolute;
    top: 67px;
}

/* Autocomplete assets ------------------------------*/
.autocomplete_list
{
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #d9d9d9;
    border-top: 0px;
}
.autocomplete_list .selectable:hover{
    background-color: #eee;
	 cursor: pointer;
}

.dropdown-menu.autocomplete{ 
    right:100px;
    position: sticky;
    max-height: 250px;
    overflow-x: auto;

}
.autocomplete_list.md{
    max-height: 300px;
}
.autocomplete_list.lg{
    max-height: 400px;
}



/*  Planilha Break----------------------------------- */
table.break_list tbody tr td{
    padding: 2px;
    font-size: 12px;
    color: #333;
}
.break_list .break_line_name{
    font-size: 12px;
    font-weight: bold;    
}
.break_list .break_line_name.local{
    background-color: #1c84c6;   
}
.break_list .break_line_name.sat{
    background-color: #f8ac59;   
}
.break_list .break_line_name.rtr{
    background-color: #006400;   
}
.break_list .break_line_name.redelocal{
    background-color: #ed5565;   
}

.break_list .sweeper{
    background-color: rgb(35,198,200,0.4);
    color: #333;  
}
.break_list .clock_time{
    background-color: rgb(248,172,89,0.4);
    color: #333;  
}
.break_list .comandos{
    background-color:#F07E95;
    color: #333;  
}
.break_list .comandos.satoff{ 
    background-color:#1873CC;
}
.break_list .comandos.satoff td{ 
    color:white;
}

.break_list .merchan{
    background-color:#b9b2b3;
    color: #333;  
}
.break_list .comandos.lineoff{
    background-color:#DE1774;
    color: #333;  
}
.break_list .break_line_name td:not(.btn){
    color: white;
    padding: 4px;
}
.break_list .break_line_name .rtr_time{
    color: black;
}
.break_list .break_line_name.rtr .rtr_time{
    color: white;   
}


.break_list .break_line_name .rtr_danger{
    color: #DE1774;
}
.break_list .order{ 
    font-style: oblique;
}
.break_list .end_break{
    height: 40px;
}
.break_list td.move_item{
    color: #e7dfe0;
    cursor: pointer;
}
.break_list td.move_item.selected{
    color: #ff001e;
}
.break_list td.move_item.selecionavel.start_hide i{
    display: none;
}
.break_list td.move_item.selecionavel.hide i{
    display: none;
}
.break_list td.move_item .icon_select_move.fa-arrow-up{
    color: #01f716;
}
.break_list td.move_item .icon_select_move.fa-arrow-up:hover{
    color: #0c240e;
}
.btn_horarios{
    display: block; 
    margin: 10px 5px 10px 5px;
}
.btn_scrollup{
    display: none !important;
}
.btn_scrollup.sticky {
    position: fixed;
    display: block !important;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
  }
  #auto_item_selector{
    display: none;
    position: fixed;
    top: 0px;
    right: 40px;
  }



table.break_list tbody tr td.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: bold;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

/* TABLE STYLE ----------------------------------------- */
table.dataTable.tipo1 thead .sorting:after, 
table.dataTable.tipo1 thead .sorting_asc:after, 
table.dataTable.tipo1 thead .sorting_desc:after, 
table.dataTable.tipo1 thead .sorting_asc_disabled:after, 
table.dataTable.tipo1 thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

table.dataTable.tipo1 thead .sorting_asc:after {
    content: "\e155";
}
table.dataTable.tipo1 thead .sorting_desc:after {
    content: "\e156";
}
table.dataTable.tipo1 thead .sorting:after{
    opacity: 0.2;
    content: "\e150";
}
table.dataTable.tipo1 thead .sorting:before{
    content: "";
}
table.dataTable.tipo1 thead .sorting_asc:before{
    content: "";
}
table.dataTable.tipo1 thead .sorting_desc:before{
    content: "";
}
table td p.sub_text_table{
    margin: 0px;
}
table td p.sub_text_table.mini{
    font-size: 9px;
}
table td p.sub_text_table {
    color: #b5b5b5;
}
table tr.hover{
    background: #f6f6f6;
}

table tr.primary{
    background: #1ab394;
    color: white;
}
table tr.primary:hover{
    background: #f6f6f6;
    color: black;
}
table th.warning{
    background: #f8ac59!important;
    color: white!important;
}
table th.danger{
    background: #ed5565!important;
    color: white!important;
}
table tr td.hover:hover{
    background: #b5b5b5;
}

/* FORM AND FILTROS DIV------------------------------- */
.filtro_master_div{
	display: none;
}

.input_min{
    height: 30px;
    width: 70px;
}
.input_min_height{
    height: 30px;
}

@media screen and (min-width: 992px) {
    form.center_filter{
        display: table;
        margin: 0 auto;
        width: 100%;
        max-width: 1000px;
    }
    form.center_filter.bordered{
        border-color: #EBEBEB;
        border-left: 3px solid #EBEBEB;
        padding: 0px 15px;
        border-right: 3px solid #EBEBEB;
    }
}





/* GENERAL SETTINGS------------------------------------- */
.cursor-pointer {
    cursor: pointer;
}
.cursor-pointer.danger:hover {
    color: #ed5565 !important;
}
.cursor-pointer.warning:hover {
    color: #f8ac59 !important;
}
.cursor-pointer.info:hover {
    color: #23c6c8 !important;
}
.cursor-pointer.success:hover {
    color: #1c84c6 !important;
}
.cursor-pointer.muted:hover {
    color: #888888 !important;
}
.cursor-pointer.primary:hover {
    color: #1ab394;
}



/* TEXTOS----------------------------------------------- */
.texto_merchan
{
    font-size: 20px;
    text-align: left;
    padding: 15px;
}


/* CONTRATOS--------------------------------------------- */
.contrato_txt img.logo{
    height: 100px;
    margin: -10px 0px 0px 0px;  
} 
.clausulatxt{
    display: -webkit-box;
    font-size: 8px;
    font-weight: bold;
}
.formapgtxt{
    display: -webkit-box;
    font-size: 11px;

}
.head_contract_size{
    font-size: 11px;

}
.div_box_clausula{
    padding: 7px;
}
.border_total{
    border: 1px #aaaaaa solid;
}

/* MAPAS DISTRIBUICAO------------------------------------ */
.line_master{
    display: flex;
    
}
.masterlist .icon_button_set{
    line-height: 18px;
}
.line_master .inputsquare{
    width: 20px;
    margin-left: 2px;
    text-align: center;
}
.line_master .inputsquare2{
    width: 20px;
    margin-left: 2px;
    text-align: center;
}
.line_master .inputsquare.dias{
    display: inline-grid;
    font-weight: bold;
    background-color: #23c6c8;
    color: white;
    margin-bottom: 2px;
}

.line_master .inputsquare2.dias{
    display: inline-grid;
    font-weight: bold;
    margin-bottom: 2px;
}
.line_master .inputsquare2.dias.passday{
    background-color: #f8ac59;
}
.line_master .inputsquare2.dias.isday{
    background-color: #23c6c8;
}
.line_master .inputsquare2.dias.difdist{
    background-color: #ed5565;
    color: white;
}
.line_master .inputsquare2.dias.difdistmais{
    background-color: #1c84c6;
    color: white;
}

.line_master .inputsquare2.dias.blink{
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: bold;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }



/* --------------------CALENDARIO---------------------- */
/*.calendar_master{
	position:relative;
	width:100%;
	height:auto;
	padding:5px;
	border: 0;
	border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	}*/
    .calendar_row{
        display: flex;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: #000000;
        min-height: 80px;
        }
    .calendar_row.week,.calendar_row.calendar_head{
        min-height:0px;
        height:auto;
        }
    .calendar_row.calendar_head{
        color: rgb(103, 106, 108);
        margin-bottom:7px;	
        }
    .calendar_head div:nth-child(1), .calendar_head div:nth-child(3){
        width:25%;
        }
    .calendar_row.calendar_head div:nth-child(2){
        width:50%;
        }
    .calendar_row .week_title{
        width:14.3%;
        margin-bottom:3px;
        }
    .calendar_row .week_title:nth-child(1),.calendar_row .calendar_cell:nth-child(1){
        color:#F00;
    }
    .calendar_row .calendar_cell{
        width:14.3%;
        border:1px solid rgb(221, 221, 221);
        border-bottom:0px;
        border-right:0px;
        }
    .calendar_row .calendar_cell ul{
        margin-top:18px;
        min-height: 60px;
    }.calendar_row .calendar_cell ul div{
        margin-top:2px !important;
    }
    .ibox .calendar_row:last-child{	
        border-bottom:1px solid rgb(221, 221, 221);
        }
    .calendar_row .calendar_cell:last-child{
        border-right:1px solid rgb(221, 221, 221);
        }
    .calendar_row .calendar_cell:hover:not(.none),.calendar_row .calendar_cell.today:hover:not(.none){
        background-color: rgb(221, 221, 221);
        opacity: 0.5;
        cursor:pointer;
        }
    .day_number{
        top:0px;
        right:6px;
        opacity:0.7;
        font-size:14px;
        }
    .calendar_row .calendar_cell.today{
        background-color:#fcf8e3
        }
    .calendar_row .calendar_cell .calendar_data_input{
        position: relative;
        width: 100%;
        padding: 0px 3px 0px 3px;
        font-size: 13px;
        text-align: -webkit-left;
        font-weight: 600;
    }
    .calendar_row .calendar_cell .calendar_data_input.dragdrop{
        cursor:pointer;
    }
    .calendar_row .calendar_cell .calendar_data_input:hover{
        color:#000;
        }
    .calendar_button{
        float: right;
    }
    
/* ----------------------------------------------------- */



/* .line_master .inputsquare2.dias span.fontlight{
    font-weight: normal;
} */
.line_master .inputsquare input{
    width: 100%;
    font-size: 12px;
    text-align: -webkit-center;   
}
.line_master .inputsquare input.pass{
    border: 1px #ed5565 solid;
    padding: 2px;
}
.line_master .inputsquare2 input{
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    text-align: -webkit-center;  
}
.line_master .inputsquare2.total{
    display: inline-grid;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 20px;
}
.ibox-content.contrato_txt{
    display: grid;
}
.line_master .inputsquare.option{
    margin-left: 10px;
    font-size: 20px;
}
.line_master .inputsquare.option2.total{
    width: 40px;
}
.line_master .inputsquare.option2.total input{
    border: 1px #d9d9d9 solid;
    background-color: #eee;
}
.line_master .inputsquare.option i:hover{
    cursor: pointer;
}
.line_master .inputsquare.option2{
    margin-left: 10px;
}
.assinaturas_contratos {
    text-align: center;
}
.line_names{
    margin-left: 10px;
}
.assinaturas_contratos .assinatura ul{
    display: flex;
}
.assinaturas_contratos .assinatura ul li{
    list-style-type: none;
    width: 33%;
    font-weight: 700;
    border-top: 1px solid black;
    margin: 40px 15px 0px 15px; 
}
.blockdivision.tipe2.col-sm-12.print_autobreak {
    page-break-before: auto;
    float: none;  
}

.datesetdom{
    max-width: 90px;
}
.form-control.total_dist_mes{
    width: 100%;
    height: auto;
    padding: 1px;
    text-align: center;
}
/* Block Division-------------------------------------- */		
.blockdivision{
	border: 1px #d9d9d9 solid;
	clear: both;
	margin-top: 20px;
	display: inline-block;
	}
.blockdivision:not(.tipe2){
	width: 100%;
    padding: 20px 10px 10px 10px;
}
.blockdivision.tipe2{
    padding: 0px 10px 10px 10px;
}
.blockdivision .blockdivision-name {
	top:-10px; 
	background-color:#FFFFFF; 
	display:inline-block; left:50px; 
	padding:0px 2px 0px 2px;clear:both; 
	position:absolute; font-size:14px;
	}
.blockdivision .blockdivision-name .fadivision{ 
	margin:0px 7px 0px 3px; 
	color: #000000;display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	}
.blockdivision label.blockdivision_label{
	display: inline-block;
    position: relative;
    clear: both;
    background-color: #FFFFFF;
    padding: 0px 10px 0px 10px;
}
.blockdivision:not(.tipe2) label.blockdivision_label{
    top: -30px;
}
.blockdivision.tipe2 label.blockdivision_label{
    top: -10px;
}

.blockdivision hr.block_division{
	margin-bottom: 5px;
    margin-top: 10px;
}

/* AVISOS ----------------------------------------- */		

.badge.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: bold;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }

.blink_hover:hover {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: bold;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-weight: bold;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }




/* TIME LINE ----------------------------------------- */		
.timeline-item .position{
  position: absolute;
  top: 0;
  right: 40px;
  padding: 5px;
}
.timeline-item .date .dropdown-menu i{
    position: relative !important;
    background: none !important;
    border: none !important;

}

/* REQUISIÇÃO ----------------------------------------- */
.ibox-content.requisicao_txt{
    display: grid;
}
.requisicao_txt img.logo{
    height: 100px;
    margin: -30px 0px 0px 0px;  
}	
.requisicao_names{
    font-size: 17px;
}
.requisicao_title_txt{
    font-size: 40px;
    margin-bottom: 50px;
}
.requisicao_week{
    font-size: 14px;
}
.assinaturas_requisicao {
    text-align: center;
}
.line_names{
    margin-left: 10px;
}
.assinaturas_requisicao .assinatura ul{
    display: flex;
}
.assinaturas_requisicao .assinatura ul li{
    list-style-type: none;
    width: 50%;
    font-weight: 700;
    border-top: 1px solid black;
    margin: 40px 15px 0px 15px; 
}
.requisicao_page {
    display: block;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    left: -5px;
    top: -15px;
    position: relative;
    padding: 8px;
}
.ibox-content.requisicao_txt.print_autobreak
{
    page-break-before: auto;
    float: none;  
}
.ibox-content.requisicao_txt.print_allbreak
{
    page-break-after:always;
    float: none;  
}
.requisicao_txt .cancelado{

    display: block;
    font-size: 60px;
    font-weight: bold;
    left: 400px;
    top: 200px;
    position: absolute;

}

.requisicao_txt .code {
    position: fixed;
    font-size: 10px;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    right: -130px;
    top: 300px;
}

/* ELEIÇÃO ----------------------------------------- */
table tr.linha_dist_eleicao td{
    padding: 3px!important;
}
table tr.linha_prog_eleicao td{
    padding: 3px!important;
}
td.clica_coluna.coluna_selecionada{
    background-color: rgb(35,198,200,0.4);
}
td.clica_coluna.coluna_selecionada {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;  /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite;  /* IE 10+, Fx 29+ */
  }
  
@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
      background-color: rgb(35,198,200,0.4);
    }
    50%, 100% {
      background-color: rgb(35,198,200,0.8);
    }
  }



/* PRINT ----------------------------------------- */
.print_head img{
    max-width: 130px;
}
.print{
    display: none;
}


/* AUDIO ----------------------------------------- */
.audio-player button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    outline: none;
    width: 40px;
    height: 40px;
    float: left;
}

.audio-player {
    --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    position: relative;
    margin-top:10px;
    width: 95%;
    max-width: 500px;
    height: 132px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -0.5px;
}

.audio-player::before {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: linear-gradient(to left, #007db5, #ff8a00);
    z-index: -1;
}

.audio-player p {
    position: absolute;
    top: -18px;
    right: 5%;
    padding: 0 5px;
    margin: 0;
    font-size: 28px;
    background: #fff;
}

.audio-player .play-icon {
    margin: 20px 2.5% 10px 2.5%;
    font-size: 25px;
}

.audio-player path {
    stroke: #007db5;
}

.audio-player .time {
    display: inline-block;
    width: 37px;
    text-align: center;
    font-size: 20px;
    margin: 28.5px 0 18.5px 0;
    float: left;
}

.audio-player output {
    display: inline-block;
    width: 32px;
    text-align: center;
    font-size: 20px;
    margin: 10px 2.5% 0 5%;
    float: left;
    clear: left;
}

.audio-player .volume-slider {
    margin: 10px 2.5%;
    width: 58%;
}

.audio-player .volume-slider::-webkit-slider-runnable-track {
    background: rgba(0, 125, 181, 0.6);
}

.audio-player .volume-slider::-moz-range-track {
    background: rgba(0, 125, 181, 0.6);
}

.audio-player .volume-slider::-ms-fill-upper {
    background: rgba(0, 125, 181, 0.6);
}

.audio-player .volume-slider::before {
    width: var(--volume-before-width);
}

.audio-player .mute-icon {
    margin: 0 2.5%;
    font-size: 25px;
}
.mute-icon{
  font-family: -apple-system, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.audio-player input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    width: 48%;
    margin: 0;
    padding: 0;
    height: 19px;
    float: left;
    outline: none;
}
.audio-player input.seek-slider {
    margin: 30px 2.5% 20px 2.5%;
}
.audio-player input.volume-slider {
    margin: 10px 2.5% 20px 2.5%;
}

.audio-player .seek-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right,
        rgba(0, 125, 181, 0.6) var(--buffered-width),
        rgba(0, 125, 181, 0.2) var(--buffered-width)
    );
}

.audio-player .seek-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right,
        rgba(0, 125, 181, 0.6) var(--buffered-width),
        rgba(0, 125, 181, 0.2) var(--buffered-width)
    );
}

.audio-player .seek-slider::-ms-fill-upper {
    background: linear-gradient(to right,
        rgba(0, 125, 181, 0.6) var(--buffered-width),
        rgba(0, 125, 181, 0.2) var(--buffered-width)
    );
}


/* preenchimento do SEEK (só no seek) */
.audio-player .seek-slider::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: #007db5;
    cursor: pointer;
}

.audio-player input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin: -7px 0 0 0;
}

.audio-player input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background: #007db5;
}

.audio-player input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

.audio-player input[type="range"]::-moz-range-progress {
    background-color: #007db5;
}

.audio-player input[type="range"]::-moz-focus-outer {
    border: 0;
}

.audio-player input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.audio-player input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #007db5;
}

.audio-player input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent;
}

.audio-player input[type="range"]::-ms-fill-lower {
    background-color: #007db5;
}

.audio-player input[type="range"]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

.audio-player input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #007db5;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.audio-player input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
    background: #007db5;
}

.audio-player .title_play {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}
/* Correção: alinhar preenchimento com o track do slider de volume */
.audio-player .volume-slider {
  margin: 10px 2.5%;
  width: 58%;
  height: 19px;
}

/* força o track do volume (não usar o track genérico do seek) */
.audio-player .volume-slider::-webkit-slider-runnable-track {
  height: 3px;
  background: rgba(0, 125, 181, 0.6);
}

.audio-player .volume-slider::-moz-range-track {
  height: 3px;
  background: rgba(0, 125, 181, 0.6);
}

/* alinha a barrinha (o ::before) com o track do volume */
.audio-player .volume-slider::before {
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  width: var(--volume-before-width);
}

/* Barra preenchida do VOLUME (completa) */
.audio-player .volume-slider::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--volume-before-width);
    height: 3px;
    background-color: #007db5;
    cursor: pointer;
}
