.dataTables_length label .form-select{
    padding-right: 25px !important;
}

.avatar .verified-tick,
.user-img .verified-tick {
    height: 16px;
    width: 16px;
    margin: 0;
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: 2px solid var(--success, #03C95A);
    box-shadow: 0 0 0 2px #FFF;
    color: var(--success, #03C95A);
    font-size: 10px;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
}

.avatar .verified-tick i,
.user-img .verified-tick i {
    font-size: 10px;
    line-height: 1;
}

.admin-dashboard .card {
    border-radius: 8px;
}

.admin-dashboard-stats {
    align-items: flex-start;
}

.admin-dashboard-stats > [class*="col-"] {
    margin-bottom: 24px;
}

.admin-dashboard-stats .card {
    height: auto;
}

.admin-dashboard-lists > [class*="col-"] {
    margin-bottom: 24px;
}

.admin-dashboard-lists > [class*="col-"] > .card {
    min-height: 100%;
}

.admin-dashboard-lists .servicecard > .card:last-child {
    margin-bottom: 0 !important;
}

.admin-dashboard-lists .servicecard .card-body > .d-flex {
    gap: 12px;
}

.admin-dashboard-lists .servicecard .card-body > .d-flex > .d-flex:first-child {
    min-width: 0;
}

.admin-dashboard-lists .servicecard .card-body > .d-flex > .d-flex:first-child > div:last-child {
    min-width: 0;
}

.admin-dashboard-lists .servicecard .fw-medium,
.admin-dashboard-lists .servicecard .fs-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-dashboard-lists .badge {
    flex-shrink: 0;
}
@media (max-width:576.98px){
    .dataTables_wrapper .dataTables_length{
        display: flex;
        justify-content: center;
    }

    .admin-dashboard-lists .servicecard .card-body > .d-flex {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .admin-dashboard-lists .badge {
        white-space: normal;
        text-align: left;
    }
    
}
@media (max-width:320.98px){
    .custombtn{
        .btn-sm{
            padding: 2px 4px;
        }
        .button-delete{
            margin-right: 10px;
        }
        .button-edit{
            margin-right: 20px;
        }
    }
    .note-toolbar.card-header{
        overflow: auto;
    }
    .custom-ticketcard{
        margin-bottom: 8px;
    }
}
