.btn{
    &.rds-button-square, &.rds__btn-square{
        background: #ffffff;
        color: #333;
        padding: 0px 4px;
        margin-left: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0rem;
        box-shadow: 0px 0px 0px 0.3px rgb(170, 170, 170), 0 0 0 0 rgb(170, 170, 170), 0 0 0 0 rgb(170, 170, 170);
        width: 30px;
        height: 30px;
    
        &.btn-sm{
          width: 36px;
          height: 36px;
        }
    
        &:hover{
          background-color: #f4f6f9;
        }
    }
}