apexcharts-tooltip-series-group.active, .apexcharts-tooltip-series-group:last-child{
    background: #ef6100 !important;
}

@media(min-width: 1000px){
    .sho{
        margin: 0 !important;   
    }    
}

.close-custom{
    font-size: 41px;
    float: right;
    opacity: 1;
    color: white !important;
}

.dropdown-item:active{
    background-color: #FDEF3C;
    color: #000;
}

.modal-header .close {
    padding: 0;
    margin: -1rem -1rem -1rem auto;
}

.styleAditional{
    max-height: 211px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media only screen and (max-width: 720px) {
    .styleAditional{
        max-height: initial;
        overflow: hidden;
    }
}

.styleMultiple{
    max-height: 8em;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.quantity{
    width: 33.3%;
}

.ocul {
    visibility: hidden;
}

.select2-selection{
    height: 2.4em !important;
}


.pull-right {
  float: right!important;
}

/* Scroll */
.overflow-custom::-webkit-scrollbar {
    width: 10px;
    background-color: #55555524;
}

.overflow-custom::-webkit-scrollbar-thumb{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #af0061 !important;
}

.modal-body{
    overflow-y: auto;
}