﻿body {

}
.disable {
    opacity: 0.6;
    pointer-events: none;
    cursor: none;
}
.active {
    background-color: white;
    color: black !important;
    font-weight: 600;
    border-radius: 15px;
}
.cursor-pointer{
    cursor:pointer;
}