
._NdB {
    width: 20%;
    height: 100%;
    border: 1px solid #f1f2f5;
    background: #fff;
    border-radius: 5px !important;
    color: #000000;
    font-size: 17px;
    box-shadow: 0 0 3px #dedede;
    line-height: 0;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
._NdB:hover {
    background-color: #FFBABA; 
    color: #000; 
}
._NiB {
    width: 20%;
    height: 100%;
    border: 1px solid #f1f2f5;
    background: #fff;
    border-radius: 5px !important;
    color: #000000;
    font-size: 17px;
    box-shadow: 0 0 3px #dedede;
    line-height: 0;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
._NiB:hover {
    background-color: #BAFFC1; 
    color: #000; 
}
._NdltB {
    color: #000;
    background-color: #fff;
    border-color: #ffffff;
    border: 1px solid #f1f2f5;
    background: #fff;
    border-radius: 5px !important;
}
._NdltB:hover {
    background-color: #DB2525; 
    color: #000; 
}
._Nqi {
    min-width: 40px;
    text-align: center;
    margin: 0px !important;
    padding: 11px 6px;
    border: 1px solid #f1f2f5;
    background: #fff;
    border-radius: 5px !important;
}