.a-dropdown-toggle .dropdown-toggle{
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.dropdown-toggle:after{
    padding: 0px !important;
}
.table thead tr th .form-control-sm {
    height: calc(1.5em + .5rem + 7px);
    font-weight: 500;
    color: #495057 !important;
}
.py-2\.4 {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}
.py-2\.5 {
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
}
.py-2\.6 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
label.search-label{
    margin-bottom: 0;
}
.v-info{
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    background: #2563eb;
    line-height: 20px;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.validation-info{
    left: auto; display: none; right: 0; z-index: 99; gap: 5px; flex-direction: column;white-space: nowrap; background: #fff; padding: 10px; border-radius: 4px; box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}
.v-info:hover .validation-info{
    display: flex;
}