@media (max-width: 500px) {
    #datatable > tbody > tr.child > td > ul > li {
        max-width: 34ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tdLimited{
        max-width: 15ch!important;
    }
    
    .btnChangeCompanyMobile {
        display: block!important;
    }

    .logo-select-company {
        left: 105px!important;
    }

    .mlff-10 {
        margin-left: 0px!important;
    }

    .result-prod-venda {
        width: 365px!important; 
    }
}

.mlf-10 {
    margin-left: 10px;
}

.mlff-10 {
    margin-left: 10px;
}

.mlf-60 {
    margin-left: 60px;
}

.dtr-control::before{
    cursor: pointer;
}

.tdLimited{
    max-width: 67ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap!important;
}

.logo-select-company {
    position: relative;
    left: 180px;
}

.btnChangeCompany {
    position: relative;
    top: 23px;
    left: 5px;
}

.btnChangeCompanyMobile {
    display: none;
}

.font-size-30 {
    font-size: 30px!important;
}

.nameCompany {
    margin-bottom: 5px;
}

.divIconCompany {
    position: relative;
    left: 12px;
    background-color: #eff2f7;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    bottom: 13px;
}

.iconCompany {
    position: relative;
    right: 4px;
    top: 7px;
}

.swal2-icon.swal2-info {
    font-size: 25px;
}

.swal2-icon.swal2-warning {
    font-size: 25px;
}

.logo-login {
    position: relative;
    right: 45px;
}

.select2-container .select2-selection--single {
    height: 36px!important;
}

.select2-selection__arrow {
    top: 5px!important;
}

.select2-selection__rendered {
    line-height: 35px!important;
}

.none {
    display: none;
}

.block {
    display: block;
}

.input-venda-discount {
    height: 27px;
}

.input-venda-pgt {
    height: 36px;
}

.icon-remove-pgt {
    position: absolute;
    left: 357px;
    margin-top: -24px;
    cursor: pointer;
}

.selectFPagamento {
    width: 130%;
}

.inputVPagamento {
    width: 70%;
    margin-left: 42px;
}

#btnAddPgto {
    display: none!important;
}

#btnSalvarVenda {
    display: none!important;
}

.result-prod-venda {
    position: absolute; 
    width: 794px; 
    float: left; 
    padding: 15px; 
    border: 1px solid #ccc; 
    margin-top: 6px; 
    z-index: 999; 
    box-shadow: 1px 1px 9px #ccc; 
    background: #eaeaea;
}

.mt-42 {
    margin-top: 42px!important;  
}

.no-table{
    overflow-x: none!important;
}