﻿
.gridview-center td,
.gridview-center th {
    vertical-align: middle !important;
}

.noSpaces {
    margin: 0px !important;
    padding: 0px !important;
}

.Pointer-hand {
    cursor: pointer;
    color: white!important;
}

.rbl-space input[type="radio"] {
    margin-left: 8px; /* space between circle and text */
}

.chk-space input[type="checkbox"] {
    margin-left: 8px; /*  style="display:flex; gap:10px; align-items: center;" */
}

.text-center {
    text-align: center!important;
}