table.dataTable thead>tr>th{
    white-space: nowrap;
}
.dataTables_paginate{
        margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.dataTables_paginate span{
    display: flex;
}
.paginate_button  {
    position: relative;
    display: block !important;
    padding: 0.5rem 0.75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    color: #007bff !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
}
.paginate_button.previous.disabled {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.paginate_button.next {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.paginate_button.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.paginate_button.current {
    z-index: 3;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.paginate_button:hover {
    z-index: 2;
    color: #0056b3 !important;
    text-decoration: none;
    background: #e9ecef !important;
    border-color: #dee2e6 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #0056b3 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #007bff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #fff !important;
}
table.dataTable .select-checkbox.sorting_disabled {
    min-width: 30px;
    width: 30px !important;
}
.wb-installed-device-msg span{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}
.wb-installed-device-msg .wb-alert-msg{
    font-size: 15px;
    color: #911717;
}
.wb-installed-device-msg strong{
    font-size: 24px;
    line-height: 27px;
}
.content-wrapper {
    padding-bottom: 30px;
}
.font-weight-semibold{
    font-weight: 600;
}
.info-box .info-box-number{
    margin-bottom: 6px;
    font-size: 15px;
}
.info-box-content .progress-description{
    font-size: 14px !important;
}
.wb-application-setting-holder textarea.form-control{
    height: 38px;
}
.wb-switcher-wrap{
    width: 160px;
}
.wb-application-setting-holder .wb-app-switcher-list{
    margin-bottom: 1rem;
}
.wb-installed-device-msg.alert-primary{
        width: fit-content;
}
.wb-info-app-icon{
    font-size: 32px;
}
.list-devices .btn{
    padding: 6px 10px !important;
    font-size: 16px !important;
}