.dataTables_wrapper .dataTable tbody tr td {
    background: #fff;
    text-align: left;
}

.dataTables_filter {
    text-align: right !important;
}

.dataTables_length {
    text-align: left !important;
}

.pagination_previous_button, .pagination_next_button {
    padding: 0 !important;
    background: none !important;
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, #000000 22.16%, rgb(0 0 0 / 70%) 76.47%) !important;
    box-shadow: 0 2px 6px 0 rgba(115, 103, 240, .48) !important;
    color: #fff !important;
}

.navbar-nav .active {
    background: linear-gradient(72.47deg, #000000 22.16%, rgb(0 0 0 / 70%) 76.47%);
    box-shadow: 0 2px 6px 0 rgba(115, 103, 240, .48);
    color: #fff !important;
}

.page-item.active .page-link, .page-item.first .page-link.active, .page-item.last .page-link.active, .page-item.next .page-link.active, .page-item.prev .page-link.active, .page-item.previous .page-link.active, .page-item > .page-link.active, .pagination li.active > a:not(.page-link) {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #fff !important;
}

.range-value-tooltip {
    position: absolute;
    top: -10px; /* Adjust the vertical position as needed */
    left: -1%;
    transform: translateX(-50%);
    background: linear-gradient(89deg, #000000 22.16%, rgb(0 0 0 / 70%) 76.47%);
    color: white;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.padding-class {
    padding: 0px;
}

.counter-card {
    /*background: linear-gradient(72.47deg, #000000 22.16%, rgb(0 0 0 / 70%) 76.47%) !important;
    color: #fff;*/
    border-radius: 5px;
}

a:hover {
    text-decoration: none !important;
}

.version_position {
    position: relative;
    top: -5px;
    right: 50%;
    left: 30%;
}

.version_position_login {
    position: relative;
    top: -25px;
    right: 50%;
    left: 44%;
}

.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
    content: "" !important;
    position: absolute;
    font-size: 0;
    font-weight: bold;
}

.select2-dropdown-zindex {
    z-index: 10090 !important;
}

.select2-container {
    width: 100% !important;
}

.fc-h-event {
    /*background: #000 !important;*/
    color: #fff !important;
}

#award[type="checkbox"] {
    transform: scale(1.6);
}

.star-rating {
    display: flex;
}

.star-rating input {
    display: none;
}

.fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button, .fc-listMonth-button {
    display: none !important;
}

.text-bold {
    font-weight: bold !important;
}

.event-calender-highlight-date {
    border-bottom: 1px solid #000 !important;
    border-radius: 0px !important;
}

.border-radius-5 {
    border-radius: 5px;
}

.kanban-wrapper {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #000000 #f5f5f5;
}

.kanban-wrapper::-webkit-scrollbar-thumb {
    background-color: #888;
}

.kanban-wrapper::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.kanban-wrapper {
    height: initial !important;
}

/*.kanban-board-cards{
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #000000 #f5f5f5;
    height: 65vh !important;
}*/

.kanban-item {
    font-size: 13px;
}

table tr th {
    text-transform: capitalize !important;
}


.kanban-board header {
    padding: 6px 17px;
}

.kanban-tasks-item-dropdown {
    position: absolute;
    top: 12%;
    left: 86%;
}

.category_item_count {
    position: relative;
    left: 20%;
}

.category-modal-body-size {
    padding: 0px 20px !important; /* Adjust the padding as needed */
}

.category-modal-footer-size {
    padding: 0.1rem 1rem 0rem !important;
}


.card {
    --bs-card-cap-padding-y: 0.5rem !important;
    --bs-card-spacer-y: 0.5rem !important;
}

table {
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
}


.app-kanban .kanban-wrapper .kanban-container .kanban-board .kanban-item {
    padding: 8px !important;
}

.table tbody > :not(caption) > * {
    padding: 0.2rem 1.25rem !important;
}

.date-font {
    font-size: 12px !important;
}

.break-word-text {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word;
}

.template-customizer-open-btn {
    display: none !important;
}

.word-break {
    white-space: normal !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-23 {
    font-size: 23px !important;
}

.custom-fix-width-button {
    width: 160px;
    white-space: normal;
}

#task-report-table td {
    /*padding-left: 0 !important;*/
    padding-right: 0 !important;
}

#task-report-table th {
    font-size: 20px !important;
}

#descriptionModalBody {
    overflow-wrap: break-word;
}

/* Match height of Bootstrap form-control */
.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 5px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

/* Center text vertically */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 6px;
}

/******* Date Field Not Proper Showing Iphone 16 Pro Max *******/
input[type="date"].form-control {
    appearance: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}
