.dashboard-toolbar {
    border-top: 1px solid #EAEAEA !important;
    border-bottom: 1px solid #EAEAEA !important;
    line-height: 21px !important;
    display: flex !important;
    font-size: 16px !important;
    transition: all ease-in-out 0.3s !important;
    clear: both !important;
}

.dashboard-toolbar .pills li {
    width: auto;
    padding: 0 7px;
}
.arabic .rightChevronright {
    transform: scaleX(-1) !important;
}

.buttons-html5{
    display:none;
}

.disabled-input {
    background: #eaefef !important;
}

.vertical-spacing {
    margin-top: 60px; /* Adjust margin-top value as needed */
}

td.active {
  color: #1aba6e !important;
}

td.licensed {
  color: #157681 !important;
}

td.cancelled {
  color: #dd434a !important;
}

td.nearExpiry {
  color: #f29d47 !important;
}

td.expired {
  color: #acacac !important;
}

/* Mobile and Ipad common Responsive view ends */

@media only screen and (max-width: 1025px) {
    .dataGrid td:last-child {
        padding-left: 50% !important;

    }
[lang=ar] .dataGrid td:last-child {
        padding-left: 0 !important;
        padding-right: 50% !important;
    }
    .dataGrid .dataTables_paginate>a {
    width: 60px;
    height: 42px;
}

}
