.page-wrapper{
    display: block;
}

.blockPage{
    border:none!important;
    background: none!important;
  }

.multiselect-native-select{
    width:91.4%;
}

.multiselect-native-select .btn-group{
    width: 100%;
}

.multiselect-container{
    width: 100%;
}

.multiselect{
    text-align: left;
}

#transaction-list{
    max-height: 410px;
    overflow: auto;
}

#transaction-list .card-body{
    padding:5px;
}

#transaction-list .card-body p{
    margin: 0;
}

.chatting-box .card-body, #note-list{
    max-height: 300px;
   
}

.note-list{
    max-height: 300px;
    overflow-y: auto;
}

.ticket-history{
    max-height: 450px;
    overflow-y: auto;
}
.chat-box{
    overflow: auto!important;
}

.chat-time{
    clear: both;
}

.note-image{
    float:left;
}
.note-html{
   
    margin-left: 125px;
    height: 100%;
    min-height: 20px;
}
.note-user{
    top : 13px;
    position: absolute;
}

.card-bordered{
    border :1px solid #ccc;
}

.mt-1-1{

    margin-top:1.1rem !important;
}

.status-container .bg-success:hover{
    background: #7460ee!important;
}

@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}

#thread-alert{
    position: absolute;
    width: 85%;
    z-index: 9;
}

.btn-delete-team{
    cursor: pointer;
    right:10px;
    top:10px;
    position: absolute;
}

.btn-delete-team:before{
    color:red;
}

.list-tickets{
    list-style: none;
    padding:0;
    margin:0;
}

#select-list-modal{
    position: absolute;
    background: #fff;
    list-style: none;
    height: 100px;
    overflow-y: auto;
    border:1px solid #ccc;
}

.dropdown-menu.show {
   
    max-height: 300px;
    overflow: scroll;
}

.transaction-list-table{
    max-height: 500px;
    overflow: auto;
}

.modal-balance{
    position: absolute;
    right:45px;
}

.dialog-select{
    width: 100%;
}

.ticket-table{
    table-layout: fixed;
    width: 100%;
}

.multiselect-container li label{
    padding: 5px!important;
    width: 100%;
}


.custom-export-button{
    position: absolute;
    right:22px;
}

.title-part-padding{
    padding:20px 0px;
}

.customer-dialog{
    margin-top: 50px;
    max-width: 800px!important;
}

.filter-container{
    margin-left: 10px;
}

.clearfix{
    clear: both;
}

.text-blue{
    color:blue;
}

.small-input-dtr{
    width: 50px;
}

.nav{
    padding:10px;
}
.nav button{
    border:0px;
}